Struct datafusion::sqlparser::Parser[][src]

pub struct Parser { /* fields omitted */ }

SQL Parser

Methods

impl Parser
[src]

Parse the specified tokens

Parse a SQL statement and produce an Abstract Syntax Tree (AST)

Parse a new expression

Auto Trait Implementations

impl Send for Parser

impl Sync for Parser