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_func in datafusion::physical_plan::expressions - Rust
[go: Go Back, main page]

Function datafusion::physical_plan::expressions::nullif_func[][src]

pub fn nullif_func(args: &[ColumnarValue]) -> Result<ColumnarValue>
Expand description

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.