pub fn boolean_to_primitive<T>(from: &BooleanArray) -> PrimitiveArray<T>where
T: NativeType + One,Expand description
Casts the BooleanArray to a PrimitiveArray.
pub fn boolean_to_primitive<T>(from: &BooleanArray) -> PrimitiveArray<T>where
T: NativeType + One,Casts the BooleanArray to a PrimitiveArray.