Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.incremental | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed.get(int index) |
IndexedInts |
RowboatFilteringIndexAdapter.getBitmapIndex(String dimension,
String value) |
IndexedInts |
QueryableIndexIndexableAdapter.getBitmapIndex(String dimension,
String value) |
IndexedInts |
IndexableAdapter.getBitmapIndex(String dimension,
String value) |
IndexedInts |
SingleScanTimeDimSelector.getRow() |
IndexedInts |
NullDimensionSelector.getRow() |
IndexedInts |
DimensionSelector.getRow()
Gets all values for the row inside of an IntBuffer.
|
Modifier and Type | Method and Description |
---|---|
IndexedMultivalue<IndexedInts> |
CompressedVSizeIndexedSupplier.get() |
Class<? extends IndexedInts> |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed.getClazz() |
Iterator<IndexedInts> |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed.indexOf(IndexedInts value) |
Modifier and Type | Method and Description |
---|---|
static CompressedVSizeIndexedSupplier |
CompressedVSizeIndexedSupplier.fromIterable(Iterable<IndexedInts> objectsIterable,
int maxValue,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
SimpleDictionaryEncodedColumn.getMultiValueRow(int rowNum) |
IndexedInts |
DictionaryEncodedColumn.getMultiValueRow(int rowNum) |
Constructor and Description |
---|
SimpleDictionaryEncodedColumn(IndexedInts singleValueColumn,
IndexedMultivalue<IndexedInts> multiValueColumn,
CachingIndexed<String> cachedLookups) |
Constructor and Description |
---|
SimpleDictionaryEncodedColumn(IndexedInts singleValueColumn,
IndexedMultivalue<IndexedInts> multiValueColumn,
CachingIndexed<String> cachedLookups) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedMultivalue<T extends IndexedInts> |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBasedIndexedInts |
class |
BitmapCompressedIndexedInts |
class |
EmptyIndexedInts |
class |
IntBufferIndexedInts |
class |
VSizeIndexedInts |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
VSizeIndexedInts.VSizeIndexedIntsSupplier.get() |
IndexedInts |
CompressedVSizeIntsIndexedSupplier.get() |
IndexedInts |
CompressedIntsIndexedSupplier.get() |
Modifier and Type | Method and Description |
---|---|
WritableSupplier<IndexedInts> |
VSizeIndexedInts.asWritableSupplier() |
WritableSupplier<IndexedMultivalue<IndexedInts>> |
VSizeIndexed.asWritableSupplier() |
IndexedMultivalue<IndexedInts> |
VSizeIndexed.VSizeIndexedSupplier.get() |
Iterator<IndexedInts> |
VSizeIndexed.iterator() |
Modifier and Type | Method and Description |
---|---|
static int[] |
Indexedids.arrayFromIndexedInts(IndexedInts ints) |
int |
VSizeIndexed.indexOf(IndexedInts value) |
Constructor and Description |
---|
IndexedIntsIterator(IndexedInts baseInts) |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
IncrementalIndexAdapter.getBitmapIndex(String dimension,
String value) |
Constructor and Description |
---|
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<IndexedInts> singleValuedColumn,
com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn,
int lookupCacheSize) |
DictionaryEncodedColumnSupplier(GenericIndexed<String> dictionary,
com.google.common.base.Supplier<IndexedInts> singleValuedColumn,
com.google.common.base.Supplier<IndexedMultivalue<IndexedInts>> multiValuedColumn,
int lookupCacheSize) |
Copyright © 2011–2015. All rights reserved.