| Package | Description |
|---|---|
| parquet.column.values.bitpacking | |
| parquet.column.values.boundedint | |
| parquet.column.values.dictionary | |
| parquet.column.values.plain | |
| parquet.column.values.rle |
| Modifier and Type | Class and Description |
|---|---|
class |
BitPackingValuesWriter
a column writer that packs the ints in the number of bits required based on the maximum size.
|
class |
ByteBitPackingValuesWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
DevNullValuesWriter
This is a special writer that doesn't write anything.
|
| Modifier and Type | Method and Description |
|---|---|
static ValuesWriter |
BoundedIntValuesFactory.getBoundedWriter(int bound,
int initialCapacity) |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryValuesWriter
Will attempt to encode values using a dictionary and fall back to plain encoding
if the dictionary gets too big
|
static class |
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter |
static class |
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter |
static class |
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter |
static class |
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter |
static class |
DictionaryValuesWriter.PlainLongDictionaryValuesWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanPlainValuesWriter
An implementation of the PLAIN encoding
|
class |
PlainValuesWriter
Plain encoding except for booleans
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunLengthBitPackingHybridValuesWriter |
Copyright © 2013. All Rights Reserved.