Type Alias polars_arrow::array::ArrayRef

source ·
pub type ArrayRef = Box<dyn Array>;

Aliased Type§

struct ArrayRef(/* private fields */);

Trait Implementations§

source§

impl ValueSize for ArrayRef

source§

fn get_values_size(&self) -> usize

Get the values size that is still “visible” to the underlying array. E.g. take the offsets into account.