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

Method expr

src/adapter/src/optimize/materialized_view.rs:200–202  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

198
199impl LocalMirPlan {
200 pub fn expr(&self) -> OptimizedMirRelationExpr {
201 OptimizedMirRelationExpr(self.expr.clone())
202 }
203}
204
205/// This is needed only because the pipeline in the bootstrap code starts from an

Callers 8

fmt_default_textMethod · 0.45
fmt_verbose_textMethod · 0.45
fmtMethod · 0.45
fmt_default_textMethod · 0.45
fmt_verbose_textMethod · 0.45
humanizeMethod · 0.45
fmt_messageMethod · 0.45

Calls 2

cloneMethod · 0.45

Tested by

no test coverage detected