pub fn parse_selection(input: &str) -> Result<Selection, ParseError>Expand description
Parse a selection expression into a Selection AST. The selection includes a predicate and optional ORDER BY and LIMIT clauses.
pub fn parse_selection(input: &str) -> Result<Selection, ParseError>Parse a selection expression into a Selection AST. The selection includes a predicate and optional ORDER BY and LIMIT clauses.