| Package | Description |
|---|---|
| org.apache.druid.query.filter | |
| org.apache.druid.segment | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.incremental | |
| org.apache.druid.segment.join |
| 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 | Method and Description |
|---|---|
Indexed<String> |
StorageAdapter.getAvailableDimensions() |
Indexed<String> |
RowBasedStorageAdapter.getAvailableDimensions() |
Indexed<String> |
QueryableIndexStorageAdapter.getAvailableDimensions() |
Indexed<String> |
SimpleQueryableIndex.getAvailableDimensions() |
Indexed<String> |
QueryableIndex.getAvailableDimensions() |
| Constructor and Description |
|---|
SimpleQueryableIndex(org.joda.time.Interval dataInterval,
Indexed<String> dimNames,
BitmapFactory bitmapFactory,
Map<String,com.google.common.base.Supplier<ColumnHolder>> columns,
SmooshedFileMapper fileMapper,
Metadata metadata,
boolean lazy) |
SimpleQueryableIndex(org.joda.time.Interval interval,
List<String> columnNames,
Indexed<String> availableDimensions,
BitmapFactory bitmapFactory,
Map<String,com.google.common.base.Supplier<ColumnHolder>> columns,
SmooshedFileMapper fileMapper,
Metadata metadata,
com.google.common.base.Supplier<Map<String,DimensionHandler>> dimensionHandlers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseableIndexed<T> |
interface |
ColumnarMultiInts
Resource that provides random access to a packed array of short arrays of ints (
IndexedInts). |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingIndexed<T> |
static class |
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts |
class |
GenericIndexed<T>
A generic, flat storage mechanism.
|
class |
ListIndexed<T> |
class |
VSizeColumnarMultiInts |
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexedIterable<T> |
IndexedIterable.create(Indexed<T> indexed) |
| Constructor and Description |
|---|
IndexedIterable(Indexed<T> indexed) |
| Modifier and Type | Method and Description |
|---|---|
Indexed<String> |
IncrementalIndexStorageAdapter.getAvailableDimensions() |
| Modifier and Type | Method and Description |
|---|---|
Indexed<String> |
HashJoinSegmentStorageAdapter.getAvailableDimensions() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.