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

Method deref

src/expr/src/lib.rs:93–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

91 type Target = MirRelationExpr;
92
93 fn deref(&self) -> &Self::Target {
94 &self.0
95 }
96}
97
98impl CollectionPlan for OptimizedMirRelationExpr {

Callers 2

nextMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected