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 | Method and Description |
---|---|
boolean |
LikeDimFilter.LikeMatcher.matchesSuffixOnly(Indexed<String> strings,
int i)
Checks if the suffix of strings.get(i) matches the suffix of this matcher.
|
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> |
ColumnSelector.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<Long> |
LongDimensionIndexer.getSortedIndexedValues() |
Indexed<Float> |
FloatDimensionIndexer.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.validateSortedEncodedKeyComponents(EncodedKeyComponentType lhs,
EncodedKeyComponentType rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two key components representing sorted encoded row value(s), check that the two key components
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.validateSortedEncodedKeyComponents(EncodedKeyComponentType lhs,
EncodedKeyComponentType rhs,
Indexed<ActualType> lhsEncodings,
Indexed<ActualType> rhsEncodings)
Given two key components representing sorted encoded row value(s), check that the two key components
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 |
FloatDimensionHandler.validateSortedEncodedKeyComponents(Float lhs,
Float rhs,
Indexed<Float> lhsEncodings,
Indexed<Float> rhsEncodings) |
void |
FloatDimensionHandler.validateSortedEncodedKeyComponents(Float lhs,
Float rhs,
Indexed<Float> lhsEncodings,
Indexed<Float> rhsEncodings) |
void |
StringDimensionHandler.validateSortedEncodedKeyComponents(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
void |
StringDimensionHandler.validateSortedEncodedKeyComponents(int[] lhs,
int[] rhs,
Indexed<String> lhsEncodings,
Indexed<String> rhsEncodings) |
void |
LongDimensionHandler.validateSortedEncodedKeyComponents(Long lhs,
Long rhs,
Indexed<Long> lhsEncodings,
Indexed<Long> rhsEncodings) |
void |
LongDimensionHandler.validateSortedEncodedKeyComponents(Long lhs,
Long rhs,
Indexed<Long> lhsEncodings,
Indexed<Long> rhsEncodings) |
Constructor and Description |
---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,Column> columns,
SmooshedFileMapper fileMapper,
Metadata metadata) |
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> columnNames,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,Column> columns,
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–2017. All rights reserved.