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