exosql v0.2.88 ExoSQL.Executor View Source
Link to this section Summary
Functions
Executes the AST for the query
Link to this section Functions
Link to this function
column_reselect(data, columns, context) View Source
Link to this function
execute(res, context) View Source
Executes the AST for the query.
Always returns a {:ok, ExoSQL.Result}.
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
project_columns(list1, list2) View Source
Link to this function
project_row(list) View Source
Link to this function