Function datafusion::logical_expr::nanvl
source · pub fn nanvl(x: Expr, y: Expr) -> Expr
Expand description
returns x if x is not NaN otherwise returns y
pub fn nanvl(x: Expr, y: Expr) -> Expr
returns x if x is not NaN otherwise returns y