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.
|
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–2015. All rights reserved.