exosql v0.2.8 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.

Link to this function resolve_column_names(columns) View Source
Link to this function simplify_expr_columns(other, names, vars) View Source

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.