pub enum DataPageHeader {
V1(DataPageHeader),
V2(DataPageHeaderV2),
}
Available on crate feature
io_parquet
only.Variants§
V1(DataPageHeader)
V2(DataPageHeaderV2)
Implementations§
source§impl DataPageHeader
impl DataPageHeader
pub fn num_values(&self) -> usize
Trait Implementations§
source§impl Clone for DataPageHeader
impl Clone for DataPageHeader
source§fn clone(&self) -> DataPageHeader
fn clone(&self) -> DataPageHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more