ArrayBasedIndexedInts |
|
BitmapSerde |
|
BitmapSerde.DefaultBitmapSerdeFactory |
|
BitmapSerde.LegacyBitmapSerdeFactory |
|
BlockLayoutColumnarDoublesSerializer |
|
BlockLayoutColumnarDoublesSupplier |
|
BlockLayoutColumnarFloatsSerializer |
Serializer that produces BlockLayoutColumnarFloatsSupplier.BlockLayoutColumnarFloats .
|
BlockLayoutColumnarFloatsSupplier |
|
BlockLayoutColumnarLongsSerializer |
|
BlockLayoutColumnarLongsSupplier |
|
ByteBufferWriter<T> |
|
ColumnarMultiIntsSerializer |
|
CompressedBlockReader |
Reader for a virtual contiguous address range backed by compressed blocks of data.
|
CompressedBlockSerializer |
|
CompressedColumnarDoublesSuppliers |
|
CompressedColumnarFloatsSupplier |
|
CompressedColumnarIntsSerializer |
|
CompressedColumnarIntsSupplier |
|
CompressedColumnarLongsSupplier |
|
CompressedLongsReader |
|
CompressedLongsSerializer |
|
CompressedVariableSizedBlobColumn |
|
CompressedVariableSizedBlobColumnSerializer |
|
CompressedVariableSizedBlobColumnSupplier |
|
CompressedVSizeColumnarIntsSerializer |
|
CompressedVSizeColumnarIntsSupplier |
|
CompressedVSizeColumnarMultiIntsSupplier |
Format -
byte 1 - version
offsets - ColumnarInts of length num of rows + 1 representing offsets of starting index of first element of
each row in values index and last element equal to length of values column, the last element in the offsets
represents the total length of values column.
|
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts |
|
CompressionFactory |
|
CompressionStrategy.Compressor |
|
CompressionStrategy.LZ4Compressor |
|
CompressionStrategy.LZ4Decompressor |
|
CompressionStrategy.LZFCompressor |
|
CompressionStrategy.LZFDecompressor |
|
CompressionStrategy.UncompressedCompressor |
|
CompressionStrategy.UncompressedDecompressor |
|
CompressionStrategy.ZstdCompressor |
|
CompressionStrategy.ZstdDecompressor |
|
ConciseBitmapSerdeFactory |
|
DecompressingByteBufferObjectStrategy |
|
DeltaLongEncodingReader |
|
DeltaLongEncodingWriter |
|
EncodedStringDictionaryWriter |
|
EntireLayoutColumnarDoublesSerializer |
Serializer that produces EntireLayoutColumnarDoublesSupplier.EntireLayoutColumnarDoubles .
|
EntireLayoutColumnarDoublesSupplier |
|
EntireLayoutColumnarFloatsSerializer |
Serializer that produces EntireLayoutColumnarFloatsSupplier.EntireLayoutColumnarFloats .
|
EntireLayoutColumnarFloatsSupplier |
|
EntireLayoutColumnarLongsSerializer |
Serializer that produces EntireLayoutColumnarLongsSupplier.EntireLayoutColumnarLongs .
|
EntireLayoutColumnarLongsSupplier |
|
FixedIndexed<T> |
Fixed width value implementation of Indexed , stored simply as a header that contains the number of values,
and then the values stored sequentially.
|
FixedIndexedIntWriter |
Specialized version of FixedIndexedWriter for writing ints, with no support for null values, and no
verification that data is actually sorted, it just trusts you and takes your word for it
|
FixedIndexedWriter<T> |
|
FrontCodedIndexed |
Indexed specialized for storing variable-width binary values (such as utf8 encoded strings), which must be
sorted and unique, using 'front coding'.
|
FrontCodedIndexed.FrontCodedV0 |
|
FrontCodedIndexed.FrontCodedV1 |
|
FrontCodedIndexedWriter |
|
FrontCodedIntArrayIndexed |
Indexed specialized for storing int arrays, which must be sorted and unique, using 'front coding'.
|
FrontCodedIntArrayIndexedWriter |
|
GenericIndexed<T> |
A generic, flat storage mechanism.
|
GenericIndexedWriter<T> |
|
ImmutableBitmapValues |
|
ImmutableRTreeObjectStrategy |
|
IndexedIterable<T> |
|
IntermediateColumnarLongsSerializer |
Serializer that chooses optimal ColumnarLongs format dymamically, based on the values being written.
|
ListIndexed<T> |
|
LongsLongEncodingReader |
|
LongsLongEncodingWriter |
|
Offset |
The "mutable" version of a ReadableOffset.
|
RangeIndexedInts |
Reusable IndexedInts that returns sequences [0, 1, ..., N].
|
RoaringBitmapSerdeFactory |
|
SafeWritableBase |
Base class for making a regular ByteBuffer look like a Memory or
Buffer .
|
SafeWritableBuffer |
Safety first! Don't trust something whose contents you locations to read and write stuff to, but need a
Buffer or WritableBuffer ? use this!
|
SafeWritableMemory |
Safety first! Don't trust something whose contents you locations to read and write stuff to, but need a
Memory or WritableMemory ? use this!
|
SingleIndexedInt |
Reusable IndexedInts that represents a sequence of a solo value [X].
|
SingleValueColumnarIntsSerializer |
|
SliceIndexedInts |
Reusable IndexedInts, that could represent a sub-sequence ("slice") in a larger IndexedInts object.
|
TableLongEncodingReader |
|
TableLongEncodingWriter |
|
V3CompressedVSizeColumnarMultiIntsSerializer |
|
V3CompressedVSizeColumnarMultiIntsSupplier |
|
VByte |
|
VSizeColumnarInts |
|
VSizeColumnarIntsSerializer |
|
VSizeColumnarMultiInts |
|
VSizeColumnarMultiIntsSerializer |
|
VSizeLongSerde |
Currently only support big endian
|
ZeroIndexedInts |
An IndexedInts that always returns a row containing a single zero.
|