| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
List<PageEncodingStats> |
ColumnMetaData.encoding_stats
Set of all encodings used for pages in this column chunk.
|
| Modifier and Type | Method and Description |
|---|---|
PageEncodingStats |
PageEncodingStats.deepCopy() |
PageEncodingStats |
PageEncodingStats.setCount(int count)
number of pages of this type with this encoding *
|
PageEncodingStats |
PageEncodingStats.setEncoding(Encoding encoding)
encoding of the page *
|
PageEncodingStats |
PageEncodingStats.setPage_type(PageType page_type)
the page type (data/dic/...) *
|
| Modifier and Type | Method and Description |
|---|---|
List<PageEncodingStats> |
ColumnMetaData.getEncoding_stats()
Set of all encodings used for pages in this column chunk.
|
Iterator<PageEncodingStats> |
ColumnMetaData.getEncoding_statsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnMetaData.addToEncoding_stats(PageEncodingStats elem) |
int |
PageEncodingStats.compareTo(PageEncodingStats other) |
boolean |
PageEncodingStats.equals(PageEncodingStats that) |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetaData |
ColumnMetaData.setEncoding_stats(List<PageEncodingStats> encoding_stats)
Set of all encodings used for pages in this column chunk.
|
| Constructor and Description |
|---|
PageEncodingStats(PageEncodingStats other)
Performs a deep copy on other.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.