Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
DictionaryPageHeader |
PageHeader.dictionary_page_header |
Modifier and Type | Method and Description |
---|---|
DictionaryPageHeader |
DictionaryPageHeader.deepCopy() |
DictionaryPageHeader |
PageHeader.getDictionary_page_header() |
DictionaryPageHeader |
DictionaryPageHeader.setEncoding(Encoding encoding)
Encoding using this dictionary page *
|
DictionaryPageHeader |
DictionaryPageHeader.setIs_sorted(boolean is_sorted)
If true, the entries in the dictionary are sorted in ascending order *
|
DictionaryPageHeader |
DictionaryPageHeader.setNum_values(int num_values)
Number of values in the dictionary *
|
Modifier and Type | Method and Description |
---|---|
int |
DictionaryPageHeader.compareTo(DictionaryPageHeader other) |
boolean |
DictionaryPageHeader.equals(DictionaryPageHeader that) |
PageHeader |
PageHeader.setDictionary_page_header(DictionaryPageHeader dictionary_page_header) |
Constructor and Description |
---|
DictionaryPageHeader(DictionaryPageHeader other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.