datafusion_functions::math::expr_fn

Function isnan

Source
pub fn isnan(num: Expr) -> Expr
Expand description

returns true if a given number is +NaN or -NaN otherwise returns false