Enum parquet::basic::PageType [−][src]
pub enum PageType {
DATA_PAGE,
INDEX_PAGE,
DICTIONARY_PAGE,
DATA_PAGE_V2,
}Available data pages for Parquet file format. Note that some of the page types may not be supported.
Variants
DATA_PAGEINDEX_PAGEDICTIONARY_PAGEDATA_PAGE_V2
Trait Implementations
impl Debug for PageType[src]
impl Debug for PageTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for PageType[src]
impl Clone for PageTypefn clone(&self) -> PageType[src]
fn clone(&self) -> PageTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for PageType[src]
impl Copy for PageTypeimpl PartialEq for PageType[src]
impl PartialEq for PageTypefn eq(&self, other: &PageType) -> bool[src]
fn eq(&self, other: &PageType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Display for PageType[src]
impl Display for PageTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<PageType> for PageType[src]
impl From<PageType> for PageType