Enum parquet2::page::DataPageHeader
source · pub enum DataPageHeader {
V1(DataPageHeaderV1),
V2(DataPageHeaderV2),
}
Variants§
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