Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
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<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet>> invertedIndexes,
Map<String,com.metamx.collections.spatial.ImmutableRTree> spatialIndexes,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
Constructor and Description |
---|
SimpleDictionaryEncodedColumn(VSizeIndexedInts singleValueColumn,
VSizeIndexed multiValueColumn,
GenericIndexed<String> lookups) |
Modifier and Type | Method and Description |
---|---|
static VSizeIndexed |
VSizeIndexed.fromIterable(Iterable<VSizeIndexedInts> objectsIterable) |
static VSizeIndexed |
VSizeIndexed.readFromByteBuffer(ByteBuffer buffer) |
Constructor and Description |
---|
DictionaryEncodedColumnPartSerde(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValCol,
VSizeIndexed multiValCol,
GenericIndexed<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> bitmaps,
com.metamx.collections.spatial.ImmutableRTree spatialIndex) |
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
VSizeIndexedInts singleValuedColumn,
VSizeIndexed multiValuedColumn,
int lookupCacheSize) |
Copyright © 2015. All rights reserved.