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
fn cast_string_to_boolean<'a, StrArray>(
array: &StrArray,
cast_options: &CastOptions<'_>,
) -> Result<ArrayRef, ArrowError>where
StrArray: StringArrayType<'a>,
Casts string to boolean