| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
VSizeIndexed |
MMappedIndex.getDimColumn(String dimension) |
| Constructor and Description |
|---|
MMappedIndex(GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
CompressedLongsIndexedSupplier timestamps,
Map<String,MetricHolder> metrics,
Map<String,GenericIndexed<String>> dimValueLookups,
Map<String,VSizeIndexed> dimColumns,
Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes,
Map<String,ImmutableRTree> spatialIndexes,
SmooshedFileMapper fileMapper) |
| Modifier and Type | Method and Description |
|---|---|
static VSizeIndexed |
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
static VSizeIndexed |
VSizeIndexed.readFromByteBuffer(ByteBuffer buffer) |
| Constructor and Description |
|---|
VSizeIndexedSupplier(VSizeIndexed delegate) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder |
DictionaryEncodedColumnPartSerde.LegacySerializerBuilder.withMultiValuedColumn(VSizeIndexed multiValuedColumn) |
Copyright © 2011–2017. All rights reserved.