| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
VSizeColumnarMultiInts |
MMappedIndex.getDimColumn(String dimension) |
| Constructor and Description |
|---|
MMappedIndex(GenericIndexed<String> availableDimensions,
GenericIndexed<String> availableMetrics,
org.joda.time.Interval dataInterval,
CompressedColumnarLongsSupplier timestamps,
Map<String,MetricHolder> metrics,
Map<String,GenericIndexed<String>> dimValueLookups,
Map<String,VSizeColumnarMultiInts> dimColumns,
Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes,
Map<String,ImmutableRTree> spatialIndexes,
SmooshedFileMapper fileMapper) |
| Modifier and Type | Method and Description |
|---|---|
static VSizeColumnarMultiInts |
VSizeColumnarMultiInts.fromIterable(Iterable<VSizeColumnarInts> objectsIterable) |
static VSizeColumnarMultiInts |
VSizeColumnarMultiInts.readFromByteBuffer(ByteBuffer buffer) |
Copyright © 2011–2018. All rights reserved.