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 moreAuto Trait Implementations§
impl RefUnwindSafe for ParseDialect
impl Send for ParseDialect
impl Sync for ParseDialect
impl Unpin for ParseDialect
impl UnwindSafe for ParseDialect
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more