Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
PageType |
PageEncodingStats.page_type
the page type (data/dic/...) *
|
PageType |
PageHeader.type
the type of the page: indicates which of the *_header fields is set *
|
Modifier and Type | Method and Description |
---|---|
static PageType |
PageType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
PageType |
PageEncodingStats.getPage_type()
the page type (data/dic/...) *
|
PageType |
PageHeader.getType()
the type of the page: indicates which of the *_header fields is set *
|
static PageType |
PageType.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.
|
Modifier and Type | Method and Description |
---|---|
PageEncodingStats |
PageEncodingStats.setPage_type(PageType page_type)
the page type (data/dic/...) *
|
PageHeader |
PageHeader.setType(PageType type)
the type of the page: indicates which of the *_header fields is set *
|
Constructor and Description |
---|
PageEncodingStats(PageType page_type,
Encoding encoding,
int count) |
PageHeader(PageType type,
int uncompressed_page_size,
int compressed_page_size) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.