Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.data |
Modifier and Type | Class and Description |
---|---|
class |
CompressedVSizeIndexedSupplier
Format -
byte 1 - version
offsets - indexed integers 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.
|
class |
CompressedVSizeIndexedV3Supplier
The format is mostly the same with CompressedVSizeIndexedSupplier(which has version 0x2, so we call it V2),
the only difference is V3's offsets is not VSize encoded, it's just compressed.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedIntsIndexedSupplier |
class |
CompressedVSizeIntsIndexedSupplier |
static class |
VSizeIndexed.VSizeIndexedSupplier |
static class |
VSizeIndexedInts.VSizeIndexedIntsSupplier |
Modifier and Type | Method and Description |
---|---|
WritableSupplier<IndexedInts> |
VSizeIndexedInts.asWritableSupplier() |
WritableSupplier<IndexedMultivalue<IndexedInts>> |
VSizeIndexed.asWritableSupplier() |
Copyright © 2011–2017. All rights reserved.