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