Function polars_arrow::legacy::kernels::float::is_nan

source ยท
pub fn is_nan<T>(arr: &PrimitiveArray<T>) -> ArrayRef
where T: NativeType + Float,