Trait datafusion_sql::unparser::dialect::Dialect

source ·
pub trait Dialect {
    // Required method
    fn identifier_quote_style(&self) -> Option<char>;
}
Expand description

Dialect is used to capture dialect specific syntax. Note: this trait will eventually be replaced by the Dialect in the SQLparser package

See https://github.com/sqlparser-rs/sqlparser-rs/pull/1170

Required Methods§

Implementors§