Uses of Class
org.apache.parquet.column.page.DictionaryPage
-
-
Uses of DictionaryPage in org.apache.parquet.column
Methods in org.apache.parquet.column with parameters of type DictionaryPage Modifier and Type Method Description DictionaryEncoding. initDictionary(ColumnDescriptor descriptor, DictionaryPage dictionaryPage)initializes a dictionary from a page -
Uses of DictionaryPage in org.apache.parquet.column.page
Methods in org.apache.parquet.column.page that return DictionaryPage Modifier and Type Method Description DictionaryPageDictionaryPage. copy()DictionaryPageDictionaryPageReadStore. readDictionaryPage(ColumnDescriptor descriptor)Returns aDictionaryPagefor the given column descriptor.DictionaryPagePageReader. readDictionaryPage()Methods in org.apache.parquet.column.page with parameters of type DictionaryPage Modifier and Type Method Description voidPageWriter. writeDictionaryPage(DictionaryPage dictionaryPage)writes a dictionary page -
Uses of DictionaryPage in org.apache.parquet.column.values
Methods in org.apache.parquet.column.values that return DictionaryPage Modifier and Type Method Description DictionaryPageValuesWriter. toDictPageAndClose()Returns the dictionary generated by this writer if one was created. -
Uses of DictionaryPage in org.apache.parquet.column.values.dictionary
Methods in org.apache.parquet.column.values.dictionary that return DictionaryPage Modifier and Type Method Description protected DictionaryPageDictionaryValuesWriter. dictPage(ValuesWriter dictPageWriter)DictionaryPageDictionaryValuesWriter.PlainBinaryDictionaryValuesWriter. toDictPageAndClose()DictionaryPageDictionaryValuesWriter.PlainDoubleDictionaryValuesWriter. toDictPageAndClose()DictionaryPageDictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter. toDictPageAndClose()DictionaryPageDictionaryValuesWriter.PlainFloatDictionaryValuesWriter. toDictPageAndClose()DictionaryPageDictionaryValuesWriter.PlainIntegerDictionaryValuesWriter. toDictPageAndClose()DictionaryPageDictionaryValuesWriter.PlainLongDictionaryValuesWriter. toDictPageAndClose()Constructors in org.apache.parquet.column.values.dictionary with parameters of type DictionaryPage Constructor Description PlainBinaryDictionary(DictionaryPage dictionaryPage)DecodesBinaryvalues from aDictionaryPage.PlainBinaryDictionary(DictionaryPage dictionaryPage, Integer length)DecodesBinaryvalues from aDictionaryPage.PlainDoubleDictionary(DictionaryPage dictionaryPage)PlainFloatDictionary(DictionaryPage dictionaryPage)PlainIntegerDictionary(DictionaryPage dictionaryPage)PlainLongDictionary(DictionaryPage dictionaryPage)PlainValuesDictionary(DictionaryPage dictionaryPage) -
Uses of DictionaryPage in org.apache.parquet.column.values.fallback
Methods in org.apache.parquet.column.values.fallback that return DictionaryPage Modifier and Type Method Description DictionaryPageFallbackValuesWriter. toDictPageAndClose()
-