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

Method call_is_null

src/sql/src/plan/hir.rs:3868–3870  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3866 }
3867
3868 pub fn call_is_null(self) -> Self {
3869 self.call_unary(UnaryFunc::IsNull(func::IsNull))
3870 }
3871
3872 /// Calls AND with the given arguments. Simplifies if 0 or 1 args.
3873 pub fn variadic_and(mut args: Vec<HirScalarExpr>) -> HirScalarExpr {

Callers 4

walk_scalarFunction · 0.45
newMethod · 0.45
plan_is_exprFunction · 0.45
attempt_left_join_magicFunction · 0.45

Calls 1

call_unaryMethod · 0.45

Tested by

no test coverage detected