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

Method as_inner_mut

src/expr/src/lib.rs:81–83  ·  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

(&mut self)

Source from the content-addressed store, hash-verified

79 /// Callers of this method need to ensure that the underlying expression stays optimized after
80 /// any mutations are applied
81 pub fn as_inner_mut(&mut self) -> &mut MirRelationExpr {
82 &mut self.0
83 }
84
85 pub fn into_inner(self) -> MirRelationExpr {
86 self.0

Callers 9

as_explain_multi_planMethod · 0.80
create_fast_path_planFunction · 0.80
as_explain_multi_planMethod · 0.80
inline_viewsFunction · 0.80
optimize_dataflow_demandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected