Uses of Class
org.apache.parquet.format.DictionaryPageHeader
-
Packages that use DictionaryPageHeader Package Description org.apache.parquet.format -
-
Uses of DictionaryPageHeader in org.apache.parquet.format
Fields in org.apache.parquet.format declared as DictionaryPageHeader Modifier and Type Field Description DictionaryPageHeaderPageHeader. dictionary_page_headerMethods in org.apache.parquet.format that return DictionaryPageHeader Modifier and Type Method Description DictionaryPageHeaderDictionaryPageHeader. deepCopy()DictionaryPageHeaderPageHeader. getDictionary_page_header()DictionaryPageHeaderDictionaryPageHeader. setEncoding(Encoding encoding)Encoding using this dictionary page *DictionaryPageHeaderDictionaryPageHeader. setIs_sorted(boolean is_sorted)If true, the entries in the dictionary are sorted in ascending order *DictionaryPageHeaderDictionaryPageHeader. setNum_values(int num_values)Number of values in the dictionary *Methods in org.apache.parquet.format with parameters of type DictionaryPageHeader Modifier and Type Method Description intDictionaryPageHeader. compareTo(DictionaryPageHeader other)booleanDictionaryPageHeader. equals(DictionaryPageHeader that)PageHeaderPageHeader. setDictionary_page_header(DictionaryPageHeader dictionary_page_header)Constructors in org.apache.parquet.format with parameters of type DictionaryPageHeader Constructor Description DictionaryPageHeader(DictionaryPageHeader other)Performs a deep copy on other.
-