pub trait ColumnValues {
// Required method
fn len(&self) -> usize;
}
Expand description
A collection of ParquetValueType
encoded by a ColumnValueEncoder
Required Methods§
Implementations on Foreign Types§
Source§impl ColumnValues for dyn Array
Available on crate feature arrow
only.
impl ColumnValues for dyn Array
Available on crate feature
arrow
only.