arrow_cast::cast::string

Function cast_string_to_boolean

Source
fn cast_string_to_boolean<'a, StrArray>(
    array: &StrArray,
    cast_options: &CastOptions<'_>,
) -> Result<ArrayRef, ArrowError>
where StrArray: StringArrayType<'a>,
Expand description

Casts string to boolean