Function parse_query_lenient

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