Enum polars::prelude::TakeIdx[][src]

pub enum TakeIdx<'a, I, INulls> where
    I: TakeIterator,
    INulls: TakeIteratorNulls
{ Array(&'a PrimitiveArray<u32>), Iter(I), IterNulls(INulls), }
Expand description

One of the three arguments allowed in unchecked_take

Variants

Array(&'a PrimitiveArray<u32>)

Tuple Fields of Array

0: &'a PrimitiveArray<u32>
Iter(I)

Tuple Fields of Iter

0: I
IterNulls(INulls)

Tuple Fields of IterNulls

0: INulls

Trait Implementations

Conversion from UInt32Chunked to Unchecked TakeIdx

Performs the conversion.

Conversion from Iterator<Item=usize> to Unchecked TakeIdx

Performs the conversion.

Conversion from Iterator<Item=Option> to Unchecked TakeIdx

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.