Function mz_adapter::optimize::dataflows::prep_relation_expr
source ยท pub fn prep_relation_expr(
expr: &mut OptimizedMirRelationExpr,
style: ExprPrepStyle<'_>,
) -> Result<(), OptimizerError>
Expand description
Prepares a relation expression for dataflow execution by preparing all
contained scalar expressions (see prep_scalar_expr
) in the specified
style.