pub fn boolean_to_binary<O: Offset>(from: &BooleanArray) -> BinaryArray<O>
Expand description
Casts the BooleanArray
to a BinaryArray
, casting trues to "1"
and falses to "0"
pub fn boolean_to_binary<O: Offset>(from: &BooleanArray) -> BinaryArray<O>
Casts the BooleanArray
to a BinaryArray
, casting trues to "1"
and falses to "0"