Trait polars::chunked_array::object::TakeRandom
source · [−]pub trait TakeRandom {
type Item;
fn get(&self, index: usize) -> Option<Self::Item>;
unsafe fn get_unchecked(&self, index: usize) -> Option<Self::Item> { ... }
}
This is supported on crate feature
object
only.Expand description
Random access