| Interface | Description |
|---|---|
| LazyDecompressionCallback |
Used to call back lazy decompression process.
|
| Class | Description |
|---|---|
| BytesRefArrayWritable |
BytesRefArrayWritable holds an array reference to BytesRefWritable,
and is able to resize without recreating new array if not necessary.
|
| BytesRefWritable |
BytesRefWritable referenced a section of byte array.
|
| ColumnarSerDe |
ColumnarSerDe is used for columnar based storage supported by RCFile.
|
| ColumnarSerDeBase | |
| ColumnarStruct |
ColumnarStruct is different from LazyStruct in that ColumnarStruct's field
Object get parsed at its initialize time when call
ColumnarStructBase.init(BytesRefArrayWritable cols), while LazyStruct parse fields in a
lazy way. |
| ColumnarStructBase | |
| LazyBinaryColumnarSerDe |
LazyBinaryColumnarSerDe.
|
| LazyBinaryColumnarStruct |
Copyright © 2017 The Apache Software Foundation. All rights reserved.