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

Method into_plan

src/expr/src/linear.rs:643–645  ·  view source on GitHub ↗

Convert the `MapFilterProject` into a staged evaluation plan. The main behavior is extract temporal predicates, which cannot be evaluated using the standard machinery.

(self)

Source from the content-addressed store, hash-verified

641 /// The main behavior is extract temporal predicates, which cannot be evaluated
642 /// using the standard machinery.
643 pub fn into_plan(self) -> Result<plan::MfpPlan<E>, String> {
644 plan::MfpPlan::create_from(self)
645 }
646}
647
648impl<E: OptimizableExpr> MapFilterProject<E> {

Callers 11

newMethod · 0.80
buildMethod · 0.80
completeMethod · 0.80
peekMethod · 0.80
prep_relation_exprMethod · 0.80
mfp_to_safe_planFunction · 0.80
sequence_copy_fromMethod · 0.80
render_reduceMethod · 0.80
render_flat_mapMethod · 0.80
as_collection_coreMethod · 0.80

Calls

no outgoing calls

Tested by 1