Enum polars_core::chunked_array::ops::TakeIdx [−][src]
pub enum TakeIdx<'a, I, INulls> where
I: Iterator<Item = usize>,
INulls: Iterator<Item = Option<usize>>, { Array(&'a UInt32Array), Iter(I), IterNulls(INulls), }
Variants
Array(&'a UInt32Array)
Trait Implementations
impl<'a> From<&'a ChunkedArray<UInt32Type>> for TakeIdx<'a, Dummy<usize>, Dummy<Option<usize>>>
impl<'a> From<&'a ChunkedArray<UInt32Type>> for TakeIdx<'a, Dummy<usize>, Dummy<Option<usize>>>
Performs the conversion.
Auto Trait Implementations
impl<'a, I, INulls> RefUnwindSafe for TakeIdx<'a, I, INulls> where
I: RefUnwindSafe,
INulls: RefUnwindSafe,
impl<'a, I, INulls> UnwindSafe for TakeIdx<'a, I, INulls> where
I: UnwindSafe,
INulls: UnwindSafe,