| 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 |
static class |
IndexMerger.AggFactoryStringIndexed |
| 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<Comparable> |
RowboatFilteringIndexAdapter.getDimValueLookup(String dimension) |
Indexed<Comparable> |
QueryableIndexIndexableAdapter.getDimValueLookup(String dimension) |
Indexed<Comparable> |
IndexableAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
RowboatFilteringIndexAdapter.getMetricNames() |
Indexed<String> |
QueryableIndexIndexableAdapter.getMetricNames() |
Indexed<String> |
IndexableAdapter.getMetricNames() |
Indexed<String> |
StringDimensionIndexer.getSortedIndexedValues() |
Indexed<ActualType> |
DimensionIndexer.getSortedIndexedValues()
Returns an indexed structure of this dimension's sorted actual values.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricHolder |
MetricHolder.complexMetric(String name,
String typeName,
Indexed column) |
void |
DimensionHandler.validateSortedEncodedArrays(EncodedTypeArray lhs,
EncodedTypeArray rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two arrays representing sorted encoded row value(s), check that the two arrays have the same encoded values,
or if the encoded values differ, that they translate into the same actual values, using the mappings
provided by lhsEncodings and rhsEncodings (if applicable).
|
void |
DimensionHandler.validateSortedEncodedArrays(EncodedTypeArray lhs,
EncodedTypeArray rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two arrays representing sorted encoded row value(s), check that the two arrays have the same encoded values,
or if the encoded values differ, that they translate into the same actual values, using the mappings
provided by lhsEncodings and rhsEncodings (if applicable).
|
void |
StringDimensionHandler.validateSortedEncodedArrays(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
void |
StringDimensionHandler.validateSortedEncodedArrays(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
| 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,
Metadata metadata) |
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,
Metadata metadata) |
| 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 |
|---|
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<Comparable> |
IncrementalIndexAdapter.getDimValueLookup(String dimension) |
Indexed<String> |
IncrementalIndexAdapter.getMetricNames() |
Copyright © 2011–2016. All rights reserved.