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

Method or

src/expr/src/scalar.rs:224–226  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

222 }
223
224 pub fn or(self, other: Self) -> Self {
225 MirScalarExpr::call_variadic(Or, vec![self, other])
226 }
227
228 pub fn and(self, other: Self) -> Self {
229 MirScalarExpr::call_variadic(And, vec![self, other])

Callers 15

getOwnersFunction · 0.45
useCreditConsumptionFunction · 0.45
buildAllNamespacesQueryFunction · 0.45
buildSchemaListQueryFunction · 0.45
useConnectionsFilteredFunction · 0.45
buildSourceErrorsQueryFunction · 0.45

Calls

no outgoing calls

Tested by 1