Skip to content

@sqlrooms/mosaic / vg / isNull

Function: isNull()

isNull(expr): UnaryPostfixOpNode

Null check (IS NULL) operator.

Parameters

ParameterTypeDescription
exprExprValueThe expression to test.

Returns

UnaryPostfixOpNode