mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Adds clickhouse to example (#849)
This commit is contained in:
parent
00719e3cf3
commit
6b2b3f1f6c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ $ cargo run --feature json_example --example cli FILENAME.sql [--dialectname]
|
|||
"--snowflake" => Box::new(SnowflakeDialect {}),
|
||||
"--hive" => Box::new(HiveDialect {}),
|
||||
"--redshift" => Box::new(RedshiftSqlDialect {}),
|
||||
"--clickhouse" => Box::new(ClickHouseDialect {}),
|
||||
"--generic" | "" => Box::new(GenericDialect {}),
|
||||
s => panic!("Unexpected parameter: {s}"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue