Trait prql_compiler::ast::pl::dialect::DialectHandler
source · pub trait DialectHandler {
fn dialect(&self) -> Dialect;
fn use_top(&self) -> bool { ... }
fn ident_quote(&self) -> char { ... }
}
pub trait DialectHandler {
fn dialect(&self) -> Dialect;
fn use_top(&self) -> bool { ... }
fn ident_quote(&self) -> char { ... }
}