parse

Function parse 

Source
pub fn parse(input: &str) -> Result<Qail, String>
Expand description

Parse a QAIL query with comment preprocessing. This is the recommended entry point - handles SQL comment stripping.