Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
nullif in datafusion::logical_plan - Rust
[go: Go Back, main page]

pub fn nullif(e: Expr) -> Expr
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.