exosql v0.2.65 ExoSQL.Executor View Source

Link to this section Summary

Link to this section Functions

Link to this function column_reselect(data, columns, db, table, context) View Source

Executes the AST for the query.

Always returns a ExoSQL.Result and work over them.

Link to this function execute_join(table1, table2, expr, context, no_match_strategy) View Source
Link to this function execute_join_hashmap(res1, res2, expr, context, no_match_strategy) View Source
Link to this function execute_join_loop(res1, res2, expr, context, no_match_strategy) View Source
Link to this function get_extra_quals(res1, expr, context) View Source
Link to this function get_extra_quals_from_eq(res1, a, b, context) View Source
Link to this function hashmap_decompose_expr(columns, arg2) View Source
Link to this function quals_with_vars(quals, vars) View Source