pub fn parse_query(source: &str) -> Result<QueryPlan, ParseError>Expand description
Parse a text query into a QueryPlan.
ยงErrors
Returns ParseError describing a structural or lexical problem in the
input, or a BuildError if the parsed QueryBuilder fails
validation (zero depth, first step not context-free, etc.).