README ¶ table2map Overview Description Convert map to table Implementation details Compliance to Spec Rough level of compliance 100% Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func New(ctx operation.InitContext) (operation.Operation, error) type Input func (i *Input) FromMap(values map[string]interface{}) error type Operation func (a *Operation) Eval(inputs map[string]interface{}) (interface{}, error) type Params Constants ¶ This section is empty. Variables ¶ View Source var ValLen int Functions ¶ func New ¶ func New(ctx operation.InitContext) (operation.Operation, error) Types ¶ type Input ¶ type Input struct { Map map[string]interface{} `md:"map"` ColOrder []interface{} `md:"colOrder"` } func (*Input) FromMap ¶ func (i *Input) FromMap(values map[string]interface{}) error type Operation ¶ type Operation struct { // contains filtered or unexported fields } func (*Operation) Eval ¶ func (a *Operation) Eval(inputs map[string]interface{}) (interface{}, error) type Params ¶ type Params struct { Axis int `md:"axis"` } Source Files ¶ View all Source files metadata.go operation.go Click to show internal directories. Click to hide internal directories.