pub fn boolean_to_utf8<O>(from: &BooleanArray) -> Utf8Array<O> where
    O: Offset
This is supported on crate feature compute_cast only.
Expand description

Casts the BooleanArray to a Utf8Array, casting trues to "1" and falses to "0"