pub trait OperLeftAssocDecider {
// Required method
fn well_known_left_associative(&self, op: &BinOper) -> bool;
}
Required Methods§
fn well_known_left_associative(&self, op: &BinOper) -> bool
Implementors§
impl OperLeftAssocDecider for MysqlQueryBuilder
Available on crate feature
backend-mysql
only.impl OperLeftAssocDecider for PostgresQueryBuilder
Available on crate feature
backend-postgres
only.impl OperLeftAssocDecider for SqliteQueryBuilder
Available on crate feature
backend-sqlite
only.