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

Method actually_perform_transform

src/transform/src/demand.rs:85–97  ·  view source on GitHub ↗
(
        &self,
        relation: &mut MirRelationExpr,
        _: &mut TransformCtx,
    )

Source from the content-addressed store, hash-verified

83 fields(path.segment = "demand")
84 )]
85 fn actually_perform_transform(
86 &self,
87 relation: &mut MirRelationExpr,
88 _: &mut TransformCtx,
89 ) -> Result<(), crate::TransformError> {
90 let result = self.action(
91 relation,
92 (0..relation.arity()).collect(),
93 &mut BTreeMap::new(),
94 );
95 mz_repr::explain::trace_plan(&*relation);
96 result
97 }
98}
99
100impl Demand {

Callers

nothing calls this directly

Calls 4

trace_planFunction · 0.85
actionMethod · 0.45
collectMethod · 0.45
arityMethod · 0.45

Tested by

no test coverage detected