Skip to Content

Null Operator

NeuG supports IS NULL and IS NOT NULL to filter NULL values generated during computation.

OperatorDescription
IS NULLtrue if the evaluated value is null
IS NOT NULLtrue if the evaluated value is not null