MCPcopy 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

exprMethod · 0.45

Calls 9

eval_resultMethod · 0.80
intersectMethod · 0.80
apply_fnMethod · 0.80
could_errorMethod · 0.45
is_monotoneMethod · 0.45
cloneMethod · 0.45
flat_mapMethod · 0.45
evalMethod · 0.45
output_typeMethod · 0.45

Tested by

no test coverage detected