Trait polars_arrow::array::ValueSize
source · pub trait ValueSize {
// Required method
fn get_values_size(&self) -> usize;
}
Required Methods§
sourcefn get_values_size(&self) -> usize
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.