int_array_to_bool

Function int_array_to_bool 

Source
fn int_array_to_bool<T>(array: &PrimitiveArray<T>) -> BooleanArray
where T: ArrowPrimitiveType, T::Native: ArrowNativeTypeOp,
Expand description

Convert an integer PrimitiveArray to BooleanArray using MySQL truthy rules: NULL -> false, 0 -> false, non-zero -> true