Trait polars_core::chunked_array::ops::ChunkTakeUnchecked   
source · pub trait ChunkTakeUnchecked<Idx: ?Sized> {
    // Required method
    unsafe fn take_unchecked(&self, indices: &Idx) -> Self;
}Required Methods§
sourceunsafe fn take_unchecked(&self, indices: &Idx) -> Self
 
unsafe fn take_unchecked(&self, indices: &Idx) -> Self
Object Safety§
This trait is not object safe.