Skip to content

@sqlrooms/mosaic / vg / isNotNull

Function: isNotNull()

isNotNull(expr): UnaryPostfixOpNode

Non-null check (IS NOT NULL) operator.

Parameters

ParameterTypeDescription
exprExprValueThe expression to test.

Returns

UnaryPostfixOpNode