Function datafusion::logical_expr::expr_fn::isnan
source · pub fn isnan(num: Expr) -> Expr
Expand description
returns true if a given number is +NaN or -NaN otherwise returns false
pub fn isnan(num: Expr) -> Expr
returns true if a given number is +NaN or -NaN otherwise returns false