Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.incremental | |
io.druid.segment.serde | |
io.druid.segment.virtual |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed.get(int index) |
IndexedInts |
RowboatFilteringIndexAdapter.getBitmapIndex(String dimension,
int dictId) |
IndexedInts |
QueryableIndexIndexableAdapter.getBitmapIndex(String dimension,
int dictId) |
IndexedInts |
IndexableAdapter.getBitmapIndex(String dimension,
int dictId) |
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> |
CompressedVSizeIndexedV3Supplier.get() |
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) |
static CompressedVSizeIndexedV3Supplier |
CompressedVSizeIndexedV3Supplier.fromIterable(Iterable<IndexedInts> objectsIterable,
int offsetChunkFactor,
int maxValue,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
Constructor and Description |
---|
ConvertingIndexedInts(IndexedInts baseIndex,
IntBuffer conversionBuffer) |
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 |
ListBasedIndexedInts |
class |
RangeIndexedInts
An IndexedInts that always returns [0, 1, ..., N].
|
class |
SingleIndexedInt |
class |
VSizeIndexedInts |
class |
ZeroIndexedInts
An IndexedInts that always returns a row containing a single zero.
|
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,
int index) |
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) |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
BaseSingleValueDimensionSelector.getRow() |
Copyright © 2011–2017. All rights reserved.