Skip to main content

Module query_engine

Module query_engine 

Source
Expand description

Execute parsed queries over in-memory rows.

Re-exports§

pub use crate::query_join::execute_join_query;

Functions§

evaluate
evaluate_expr
Evaluate an Expr against a row, returning a Value.
execute_query
sql_value_to_value
Convert a SqlValue to our model Value (for use in insert/update).