Skip to main content

array_to_bool_iter

Function array_to_bool_iter 

Source
pub fn array_to_bool_iter(
    array: &dyn Array,
) -> Result<impl Iterator<Item = Option<bool>>>
Expand description

Converts any array that can be cast to a boolean array into an iterator of Option<bool>

ยงErrors

Returns an error if the array cannot be cast to a bool array.