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

Trait Implementations

impl Debug for PageType
[src]

Formats the value using the given formatter. Read more

impl Clone for PageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PageType
[src]

impl PartialEq for PageType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for PageType
[src]

Formats the value using the given formatter. Read more

impl From<PageType> for PageType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PageType

impl Sync for PageType