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

Method cond

src/expr/src/interpret.rs:542–544  ·  view source on GitHub ↗
(&self, cond: Self::Summary, then: Self::Summary, els: Self::Summary)

Source from the content-addressed store, hash-verified

540 }
541
542 fn cond(&self, cond: Self::Summary, then: Self::Summary, els: Self::Summary) -> Self::Summary {
543 self.evaluator.cond(cond, then, els)
544 }
545}
546
547/// A unary function we've added special-case handling for; including:

Callers 1

exprMethod · 0.80

Calls 7

expectMethod · 0.80
intersectMethod · 0.80
minMethod · 0.80
unionMethod · 0.45
flat_mapMethod · 0.45
cloneMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected