| Modifier and Type | Method and Description |
|---|---|
Dictionary |
Encoding.initDictionary(ColumnDescriptor descriptor,
DictionaryPage dictionaryPage)
initializes a dictionary from a page
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
DictionaryPage.copy() |
DictionaryPage |
PageReader.readDictionaryPage() |
DictionaryPage |
DictionaryPageReadStore.readDictionaryPage(ColumnDescriptor descriptor)
Returns a
DictionaryPage for the given column descriptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageWriter.writeDictionaryPage(DictionaryPage dictionaryPage)
writes a dictionary page
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
ValuesWriter.toDictPageAndClose()
Returns the dictionary generated by this writer if one was created.
|
| Modifier and Type | Method and Description |
|---|---|
protected DictionaryPage |
DictionaryValuesWriter.dictPage(ValuesWriter dictPageWriter) |
DictionaryPage |
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter.toDictPageAndClose() |
DictionaryPage |
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter.toDictPageAndClose() |
DictionaryPage |
DictionaryValuesWriter.PlainLongDictionaryValuesWriter.toDictPageAndClose() |
DictionaryPage |
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter.toDictPageAndClose() |
DictionaryPage |
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter.toDictPageAndClose() |
DictionaryPage |
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter.toDictPageAndClose() |
| Constructor and Description |
|---|
PlainBinaryDictionary(DictionaryPage dictionaryPage)
Decodes
Binary values from a DictionaryPage. |
PlainBinaryDictionary(DictionaryPage dictionaryPage,
Integer length)
Decodes
Binary values from a DictionaryPage. |
PlainDoubleDictionary(DictionaryPage dictionaryPage) |
PlainFloatDictionary(DictionaryPage dictionaryPage) |
PlainIntegerDictionary(DictionaryPage dictionaryPage) |
PlainLongDictionary(DictionaryPage dictionaryPage) |
PlainValuesDictionary(DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
FallbackValuesWriter.toDictPageAndClose() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.