Trait polars::chunked_array::ops::TakeIteratorNulls
source · pub trait TakeIteratorNulls: Iterator<Item = Option<usize>> + TrustedLen {
// Required methods
fn check_bounds(&self, bound: usize) -> Result<(), PolarsError>;
fn boxed_clone(
&self
) -> Box<dyn TakeIteratorNulls<Item = Option<usize>> + '_, Global>;
}