pub fn parse(input: &str) -> QailResult<Qail>Expand description
Parse a complete QAIL query string (v2 syntax only).
Uses keyword-based syntax: get table fields * where col = value
Also supports shorthand: get table[filter] desugars to get table where filter