Function server::parse::parse [] [src]

pub fn parse(query: &str) -> Result<Query, ParseError>

Main function of this module: Takes a sql query as string and returns the parsed AST.