Type Alias polars_core::prelude::ArrayRef

pub type ArrayRef = Box<dyn Array>;

Aliased Type§

struct ArrayRef(/* private fields */);

Trait Implementations§

source§

impl GetAnyValue for ArrayRef

source§

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

Safety Read more