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::functions::expr_fn - Rust
[go: Go Back, main page]

Function datafusion::functions::expr_fn::nullif

source ยท
pub fn nullif(arg1: Expr, arg2: Expr) -> Expr
Expand description

Returns NULL if value1 equals value2; otherwise it returns value1. This can be used to perform the inverse operation of the COALESCE expression