Skip to main content

parse_public_expression

Function parse_public_expression 

Source
pub fn parse_public_expression(sql: &str) -> SqlResult<Expr>
Expand description

Parse the stable SQL-expression subset into the same engine-owned AST used by Rust and Python.