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

Method binary

src/expr/src/interpret.rs:529–536  ·  view source on GitHub ↗
(
        &self,
        func: &BinaryFunc,
        left: Self::Summary,
        right: Self::Summary,
    )

Source from the content-addressed store, hash-verified

527 }
528
529 fn binary(
530 &self,
531 func: &BinaryFunc,
532 left: Self::Summary,
533 right: Self::Summary,
534 ) -> Self::Summary {
535 self.evaluator.binary(func, left, right)
536 }
537
538 fn variadic(&self, func: &VariadicFunc, exprs: Vec<Self::Summary>) -> Self::Summary {
539 self.evaluator.variadic(func, exprs)

Callers 3

exprMethod · 0.45
mfp_plan_filterMethod · 0.45
mfp_plan_filterMethod · 0.45

Calls 10

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
maxMethod · 0.45

Tested by

no test coverage detected