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