Documentation ¶ Index ¶ type ExpressionType type RowType func Execute(query parsers.SelectStmt, data []RowType) []RowType type RowWithJoins Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ExpressionType ¶ type ExpressionType interface{} type RowType ¶ type RowType interface{} func Execute ¶ func Execute(query parsers.SelectStmt, data []RowType) []RowType type RowWithJoins ¶ added in v0.1.8 type RowWithJoins map[string]RowType Source Files ¶ View all Source files aggregate_functions.go array_functions.go math_functions.go memory_executor.go misc_functions.go string_functions.go type_checking_functions.go Click to show internal directories. Click to hide internal directories.