Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ unary
Method
unary
src/expr/src/interpret.rs:525–527 ·
view source on GitHub ↗
(&self, func: &UnaryFunc, expr: Self::Summary)
Source
from the content-addressed store, hash-verified
523
}
524
525
fn unary(&self, func: &UnaryFunc, expr: Self::Summary) -> Self::Summary {
526
self.evaluator.unary(func, expr)
527
}
528
529
fn binary(
530
&self,
Callers
1
expr
Method · 0.45
Calls
9
eval_result
Method · 0.80
intersect
Method · 0.80
apply_fn
Method · 0.80
could_error
Method · 0.45
is_monotone
Method · 0.45
clone
Method · 0.45
flat_map
Method · 0.45
eval
Method · 0.45
output_type
Method · 0.45
Tested by
no test coverage detected