Package | Description |
---|---|
parquet.column.values.dictionary |
Class and Description |
---|
DictionaryValuesWriter
Will attempt to encode values using a dictionary and fall back to plain encoding
if the dictionary gets too big
|
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter |
IntList
An append-only integer list
avoids autoboxing and buffer resizing
|
IntList.IntIterator
to iterate on the content of the list
not an actual iterator to avoid autoboxing
|
PlainValuesDictionary
a simple implementation of dictionary for plain encoded values
|
Copyright © 2015. All rights reserved.