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>>>
[src]
impl<'a> From<&'a ChunkedArray<UInt32Type>> for TakeIdx<'a, Dummy<usize>, Dummy<Option<usize>>>
[src]fn from(ca: &'a UInt32Chunked) -> Self
[src]
fn from(ca: &'a UInt32Chunked) -> Self
[src]Performs the conversion.
Auto Trait Implementations
impl<'a, I, INulls> RefUnwindSafe for TakeIdx<'a, I, INulls> where
I: RefUnwindSafe,
INulls: RefUnwindSafe,
I: RefUnwindSafe,
INulls: RefUnwindSafe,
impl<'a, I, INulls> Send for TakeIdx<'a, I, INulls> where
I: Send,
INulls: Send,
I: Send,
INulls: Send,
impl<'a, I, INulls> Sync for TakeIdx<'a, I, INulls> where
I: Sync,
INulls: Sync,
I: Sync,
INulls: Sync,
impl<'a, I, INulls> Unpin for TakeIdx<'a, I, INulls> where
I: Unpin,
INulls: Unpin,
I: Unpin,
INulls: Unpin,
impl<'a, I, INulls> UnwindSafe for TakeIdx<'a, I, INulls> where
I: UnwindSafe,
INulls: UnwindSafe,
I: UnwindSafe,
INulls: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>,
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,