Trait polars_arrow::array::ValueSize[][src]

pub trait ValueSize {
    fn get_values_size(&self) -> usize;
}

Required methods

Useful for a Utf8 or a List to get underlying value size. During a rechunk this is handy

Implementations on Foreign Types

Implementors