Function polars_arrow::kernels::float::is_nan

source ·
pub fn is_nan<T>(arr: &PrimitiveArray<T>) -> ArrayRefwhere
    T: NativeType + Float,