Struct server::parse::parser::Parser [] [src]

pub struct Parser<'a> {
    // some fields omitted
}

Methods

impl<'a> Parser<'a>

fn create(query: &'a str) -> Parser<'a>

Constructs a Parser for the given query.

fn parse(&mut self) -> Result<Query, ParseError>

Parses the given query into an AST