exosql v0.2.36 ExoSQL.Executor View Source
Link to this section Summary
Functions
Executes the AST for the query
Simplify the column ids to positions on the list of columns, to ease operations
Link to this section Functions
Executes the AST for the query.
Always returns a ExoSQL.Result and work over them.
Simplify the column ids to positions on the list of columns, to ease operations.
This operation is required to change expressions from column names to column
positions, so that ExoSQL.Expr
can perform its operations on rows.