Skip to main content

Module lower

Module lower 

Source
Expand description

Lowering from sqlparser AST into MirGraph.

Functionsยง

lower_select_statement
Lowers an already-parsed SELECT Statement into an MirGraph.
parse_and_lower
Parses sql and lowers it into an MirGraph under the default QueryLimits.
parse_and_lower_with_limits
Parse + lower while enforcing both max_input_bytes and max_mir_nodes from limits.