pub fn parse_query(pair: Pair<'_, Rule>) -> Result<Query>
Parse a query
Dispatches to the appropriate query parser based on the query type.