Trait polars::prelude::GetAnyValue

source ·
pub trait GetAnyValue {
    // Required method
    unsafe fn get_unchecked(&self, index: usize) -> AnyValue<'_>;
}

Required Methods§

source

unsafe fn get_unchecked(&self, index: usize) -> AnyValue<'_>

§Safety

Get an value without doing bound checks.

Implementations on Foreign Types§

source§

impl GetAnyValue for Box<dyn Array>

source§

unsafe fn get_unchecked(&self, index: usize) -> AnyValue<'_>

Implementors§