MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / prep_relation_expr

Method prep_relation_expr

src/adapter/src/optimize/dataflows.rs:146–148  ·  view source on GitHub ↗
(&self, _: &mut OptimizedMirRelationExpr)

Source from the content-addressed store, hash-verified

144pub struct ExprPrepNoop;
145impl ExprPrep for ExprPrepNoop {
146 fn prep_relation_expr(&self, _: &mut OptimizedMirRelationExpr) -> Result<(), OptimizerError> {
147 Ok(())
148 }
149 fn prep_scalar_expr(&self, _expr: &mut MirScalarExpr) -> Result<(), OptimizerError> {
150 Ok(())
151 }

Callers 6

optimizeMethod · 0.80
optimizeMethod · 0.80
optimizeMethod · 0.80
optimizeMethod · 0.80
optimizeMethod · 0.80
optimizeMethod · 0.80

Calls 9

try_visit_mut_postMethod · 0.80
into_planMethod · 0.80
prep_scalar_exprMethod · 0.80
try_visit_scalars_mutMethod · 0.80
filterMethod · 0.45
arityMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected