Function datafusion::logical_plan::nullif
source · [−]Expand description
The NULLIF function returns a null value if value1 equals value2; otherwise it returns value1. This can be used to perform the inverse operation of the COALESCE expression.