| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.incremental |
| Modifier and Type | Method and Description |
|---|---|
Object |
StringDimensionIndexer.makeColumnValueSelector(DimensionSpec spec,
IncrementalIndexStorageAdapter.EntryHolder currEntry,
IncrementalIndex.DimensionDesc desc) |
Object |
DimensionIndexer.makeColumnValueSelector(DimensionSpec spec,
IncrementalIndexStorageAdapter.EntryHolder currEntry,
IncrementalIndex.DimensionDesc desc)
Return an object used to read rows from a StorageAdapter's Cursor.
|
| Modifier and Type | Method and Description |
|---|---|
IncrementalIndex.DimensionDesc |
IncrementalIndex.getDimension(String dimension) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IncrementalIndex.DimensionDesc> |
IncrementalIndex.getDimensionDescs() |
List<IncrementalIndex.DimensionDesc> |
IncrementalIndex.getDimensions() |
Copyright © 2011–2016. All rights reserved.