Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
impl CollectionPlan for OptimizedMirRelationExpr {
Callers
2
next
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected