Package | Description |
---|---|
io.druid.query.filter | |
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.incremental |
Modifier and Type | Method and Description |
---|---|
Indexed<String> |
BitmapIndexSelector.getDimensionValues(String dimension) |
Modifier and Type | Class and Description |
---|---|
static class |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed |
Modifier and Type | Method and Description |
---|---|
Indexed<String> |
StorageAdapter.getAvailableDimensions() |
Indexed<String> |
SimpleQueryableIndex.getAvailableDimensions() |
Indexed<String> |
QueryableIndexStorageAdapter.getAvailableDimensions() |
Indexed<String> |
QueryableIndex.getAvailableDimensions() |
Indexed<String> |
SimpleQueryableIndex.getColumnNames() |
Indexed<String> |
QueryableIndex.getColumnNames() |
Indexed |
MetricHolder.getComplexType() |
Indexed<String> |
RowboatFilteringIndexAdapter.getDimensionNames() |
Indexed<String> |
QueryableIndexIndexableAdapter.getDimensionNames() |
Indexed<String> |
IndexableAdapter.getDimensionNames() |
Indexed<String> |
ColumnSelectorBitmapIndexSelector.getDimensionValues(String dimension) |
Indexed<String> |
RowboatFilteringIndexAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
QueryableIndexIndexableAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
IndexableAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
RowboatFilteringIndexAdapter.getMetricNames() |
Indexed<String> |
QueryableIndexIndexableAdapter.getMetricNames() |
Indexed<String> |
IndexableAdapter.getMetricNames() |
Modifier and Type | Method and Description |
---|---|
static MetricHolder |
MetricHolder.complexMetric(String name,
String typeName,
Indexed column) |
Constructor and Description |
---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
Map<String,Column> columns,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
Map<String,Column> columns,
com.metamx.common.io.smoosh.SmooshedFileMapper fileMapper) |
Modifier and Type | Method and Description |
---|---|
Indexed<String> |
IndexedLongsGenericColumn.getStringMultiValueRow(int rowNum) |
Indexed<String> |
IndexedFloatsGenericColumn.getStringMultiValueRow(int rowNum) |
Indexed<String> |
GenericColumn.getStringMultiValueRow(int rowNum) |
Constructor and Description |
---|
ComplexColumnImpl(String typeName,
Indexed column) |
IndexedComplexColumn(String typeName,
Indexed column) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedMultivalue<T extends IndexedInts> |
Modifier and Type | Class and Description |
---|---|
class |
ArrayIndexed<T> |
class |
CachingIndexed<T> |
class |
GenericIndexed<T>
A generic, flat storage mechanism.
|
class |
ListIndexed<T> |
class |
VSizeIndexed |
Modifier and Type | Method and Description |
---|---|
static <T> IndexedIterable<T> |
IndexedIterable.create(Indexed<T> indexed) |
static <T> IndexedList<T> |
IndexedList.from(Indexed<T> indexed) |
Constructor and Description |
---|
IndexedIterable(Indexed<T> indexed) |
IndexedList(Indexed<T> base) |
Modifier and Type | Method and Description |
---|---|
Indexed<String> |
IncrementalIndexStorageAdapter.getAvailableDimensions() |
Indexed<String> |
IncrementalIndexAdapter.getDimensionNames() |
Indexed<String> |
IncrementalIndexAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
IncrementalIndexAdapter.getMetricNames() |
Copyright © 2011–2015. All rights reserved.