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