Trait mz_sql::plan::lowering::LoweringExt
source · trait LoweringExt {
// Required method
fn restrict(self, join_keys: JoinKeys) -> Self;
}
Expand description
Extension methods for MirRelationExpr
required in the HIR ⇒ MIR lowering
code.
Required Methods§
Object Safety§
This trait is not object safe.