Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
static CompressedVSizeIndexedSupplier |
CompressedVSizeIndexedSupplier.fromByteBuffer(ByteBuffer buffer,
ByteOrder order) |
static CompressedVSizeIndexedSupplier |
CompressedVSizeIndexedSupplier.fromIterable(Iterable<IndexedInts> objectsIterable,
int maxValue,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
Modifier and Type | Method and Description |
---|---|
DictionaryEncodedColumnPartSerde.Builder |
DictionaryEncodedColumnPartSerde.Builder.withMultiValuedColumn(CompressedVSizeIndexedSupplier multiValuedColumn) |
Copyright © 2011–2015. All rights reserved.