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

Method actually_perform_transform

src/transform/src/normalize_lets.rs:76–84  ·  view source on GitHub ↗
(
        &self,
        relation: &mut MirRelationExpr,
        ctx: &mut TransformCtx,
    )

Source from the content-addressed store, hash-verified

74 fields(path.segment = "normalize_lets")
75 )]
76 fn actually_perform_transform(
77 &self,
78 relation: &mut MirRelationExpr,
79 ctx: &mut TransformCtx,
80 ) -> Result<(), crate::TransformError> {
81 let result = self.action(relation, ctx.features);
82 mz_repr::explain::trace_plan(&*relation);
83 result
84 }
85}
86
87impl NormalizeLets {

Callers

nothing calls this directly

Calls 2

trace_planFunction · 0.85
actionMethod · 0.45

Tested by

no test coverage detected