mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Update comments after the renaming done in PR #105
This commit is contained in:
parent
cdba43682f
commit
7d4b488336
8 changed files with 26 additions and 26 deletions
|
@ -14,14 +14,14 @@
|
|||
//!
|
||||
//! Example code:
|
||||
//!
|
||||
//! This crate provides an ANSI:SQL 2011 lexer and parser that can parsed SQL into an Abstract
|
||||
//! Syntax Tree (AST).
|
||||
//! This crate provides an ANSI:SQL 2011 lexer and parser that can parse SQL
|
||||
//! into an Abstract Syntax Tree (AST).
|
||||
//!
|
||||
//! ```
|
||||
//! use sqlparser::dialect::GenericDialect;
|
||||
//! use sqlparser::parser::Parser;
|
||||
//!
|
||||
//! let dialect = GenericDialect {}; // or AnsiSqlDialect
|
||||
//! let dialect = GenericDialect {}; // or AnsiDialect
|
||||
//!
|
||||
//! let sql = "SELECT a, b, 123, myfunc(b) \
|
||||
//! FROM table_1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue