Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::sqlparser::Parser - Rust
[go: Go Back, main page]

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