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

Function nvl2

Source
pub fn nvl2(arg1: Expr, arg2: Expr, arg3: Expr) -> Expr
Expand description

Returns value2 if value1 is not NULL; otherwise, it returns value3.