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

Method variadic

src/expr/src/interpret.rs:538–540  ·  view source on GitHub ↗
(&self, func: &VariadicFunc, exprs: Vec<Self::Summary>)

Source from the content-addressed store, hash-verified

536 }
537
538 fn variadic(&self, func: &VariadicFunc, exprs: Vec<Self::Summary>) -> Self::Summary {
539 self.evaluator.variadic(func, exprs)
540 }
541
542 fn cond(&self, cond: Self::Summary, then: Self::Summary, els: Self::Summary) -> Self::Summary {
543 self.evaluator.cond(cond, then, els)

Callers 5

exprMethod · 0.45
mfp_filterMethod · 0.45
mfp_plan_filterMethod · 0.45
mfp_filterMethod · 0.45
mfp_plan_filterMethod · 0.45

Calls 15

anyMethod · 0.80
expectMethod · 0.80
eval_resultMethod · 0.80
intersectMethod · 0.80
apply_fnMethod · 0.80
could_errorMethod · 0.45
iterMethod · 0.45
is_associativeMethod · 0.45
lenMethod · 0.45
reduceMethod · 0.45
into_iterMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected