Predicate functions are used to check certain conditions, like IsDefined of IsNull.
-
MakeDefined - defines a value (often zero) for null values
-
IsDefined - True for non null and False for null values
-
IsNull - True for null and False for non null values