Uses of Class
org.apache.parquet.format.PageType
-
Packages that use PageType Package Description org.apache.parquet.format -
-
Uses of PageType in org.apache.parquet.format
Fields in org.apache.parquet.format declared as PageType Modifier and Type Field Description PageTypePageEncodingStats. page_typethe page type (data/dic/...) *PageTypePageHeader. typethe type of the page: indicates which of the *_header fields is set *Methods in org.apache.parquet.format that return PageType Modifier and Type Method Description static PageTypePageType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.PageTypePageEncodingStats. getPage_type()the page type (data/dic/...) *PageTypePageHeader. getType()the type of the page: indicates which of the *_header fields is set *static PageTypePageType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageType[]PageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type PageType Modifier and Type Method Description PageEncodingStatsPageEncodingStats. setPage_type(PageType page_type)the page type (data/dic/...) *PageHeaderPageHeader. setType(PageType type)the type of the page: indicates which of the *_header fields is set *Constructors in org.apache.parquet.format with parameters of type PageType Constructor Description PageEncodingStats(PageType page_type, Encoding encoding, int count)PageHeader(PageType type, int uncompressed_page_size, int compressed_page_size)
-