pub fn parse(input: &str) -> Result<ScanPlan>
Parses a query string into a ScanPlan. Tokens split on whitespace only — a / is literal inside a term.
ScanPlan
/