parse_selection

Function parse_selection 

Source
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.