pub fn parse_query_lenient(query: &str) -> (UserInputAst, Vec<LenientError>)
Expand description
Parse a query, trying to recover from syntax errors, and giving hints toward fixing errors.
pub fn parse_query_lenient(query: &str) -> (UserInputAst, Vec<LenientError>)
Parse a query, trying to recover from syntax errors, and giving hints toward fixing errors.