Module nullif
datafusion_
functions
50.3.0
Module nullif
Module Items
Structs
Functions
In datafusion_
functions::
core
datafusion_functions
::
core
Module
nullif
Copy item path
Source
Structs
§
Null
IfFunc
Functions
§
nullif_
func
🔒
Implements NULLIF(expr1, expr2) Args: 0 - left expr is any array 1 - if the left is equal to this expr2, then the result is NULL, otherwise left value is passed.