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

Method or

src/sql/src/plan/hir.rs:3856–3858  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

3854 }
3855
3856 pub fn or(self, other: Self) -> Self {
3857 HirScalarExpr::call_variadic(Or, vec![self, other])
3858 }
3859
3860 pub fn and(self, other: Self) -> Self {
3861 HirScalarExpr::call_variadic(And, vec![self, other])

Callers 7

walk_scalarFunction · 0.45
plan_bool_orMethod · 0.45
try_fromMethod · 0.45
value_dynMethod · 0.45
encode_collectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected