# Functions

MustParseExpr calls ParseExpr and panics if it returns an error.
NewParser returns a new instance of Parser.
NewParserWithOptions returns a new instance of Parser using given Options.
ParseExpr parses an expression.
ParsePath parses a path to a value in a document.
ParseQuery parses a query string and returns its AST representation.

# Structs

Options of the SQL parser.
ParseError represents an error that occurred during parsing.
Parser represents an Genji SQL Parser.