Enum vegafusion_sql::dialect::ParseDialect
source · pub enum ParseDialect {
Athena,
BigQuery,
ClickHouse,
Databricks,
DataFusion,
DuckDB,
Generic,
MySql,
Postgres,
Redshift,
Snowflake,
}Variants§
Implementations§
source§impl ParseDialect
impl ParseDialect
pub fn parser_dialect(&self) -> Arc<dyn SqlParserDialect>
Trait Implementations§
source§impl Clone for ParseDialect
impl Clone for ParseDialect
source§fn clone(&self) -> ParseDialect
fn clone(&self) -> ParseDialect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more