OPAL ReferenceOPAL functions and verbsOPAL Functionsis_nullAliases: isnull (deprecated).is_null(value: storable) -> bool Return true if the argument has the null value. Domain This is a scalar function (calculates a single output value for a single input row). Categories Boolean Examples filter not is_null(path) This filters a dataset to remove any lines where path is null.Updated 8 days ago ipv4_to_int64isnull (deprecated)Table of Contents Domain Categories Examples