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

Method as_inner

src/expr/src/lib.rs:73–75  ·  view source on GitHub ↗

Get mutable access to the inner [MirRelationExpr] Callers of this method need to ensure that the underlying expression stays optimized after any mutations are applied

(&self)

Source from the content-addressed store, hash-verified

71 /// Callers of this method need to ensure that the underlying expression stays optimized after
72 /// any mutations are applied
73 pub fn as_inner(&self) -> &MirRelationExpr {
74 &self.0
75 }
76
77 /// Get mutable access to the inner [MirRelationExpr]
78 ///

Callers 7

as_explain_multi_planMethod · 0.80
optimize_mir_localFunction · 0.80
optimize_mir_constantFunction · 0.80
explain_viewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected