| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageWriter.writeDictionaryPage(DictionaryPage dictionaryPage)
writes a dictionary page
|
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
ValuesWriter.createDictionaryPage() |
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter.createDictionaryPage() |
DictionaryPage |
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter.createDictionaryPage() |
DictionaryPage |
DictionaryValuesWriter.PlainLongDictionaryValuesWriter.createDictionaryPage() |
DictionaryPage |
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter.createDictionaryPage() |
DictionaryPage |
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter.createDictionaryPage() |
DictionaryPage |
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter.createDictionaryPage() |
protected DictionaryPage |
DictionaryValuesWriter.dictPage(ValuesWriter dictionaryEncoder) |
| Constructor and Description |
|---|
PlainValuesDictionary.PlainBinaryDictionary(DictionaryPage dictionaryPage)
Decodes
Binary values from a DictionaryPage. |
PlainValuesDictionary.PlainBinaryDictionary(DictionaryPage dictionaryPage,
Integer length)
Decodes
Binary values from a DictionaryPage. |
PlainValuesDictionary.PlainDoubleDictionary(DictionaryPage dictionaryPage) |
PlainValuesDictionary.PlainFloatDictionary(DictionaryPage dictionaryPage) |
PlainValuesDictionary.PlainIntegerDictionary(DictionaryPage dictionaryPage) |
PlainValuesDictionary.PlainLongDictionary(DictionaryPage dictionaryPage) |
PlainValuesDictionary(DictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryPage |
FallbackValuesWriter.createDictionaryPage() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.