Versions in this module Expand all Collapse all v0 v0.2.3 Feb 12, 2024 v0.2.1 Feb 12, 2024 Changes in this version + func New(ctx operation.InitContext) (operation.Operation, error) + type Input struct + Data map[string]interface{} + func (i *Input) FromMap(values map[string]interface{}) error + type Operation struct + func (a *Operation) Eval(inputs map[string]interface{}) (interface{}, error) + type Params struct + Columns []interface{} + SeperateOut bool