Package | Description |
---|---|
io.druid.segment | |
io.druid.segment.column | |
io.druid.segment.data | |
io.druid.segment.incremental |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
RowboatFilteringIndexAdapter.getInverteds(String dimension,
String value) |
IndexedInts |
QueryableIndexIndexableAdapter.getInverteds(String dimension,
String value) |
IndexedInts |
MMappedIndexAdapter.getInverteds(String dimension,
String value) |
IndexedInts |
IndexableAdapter.getInverteds(String dimension,
String value) |
IndexedInts |
DimensionSelector.getRow()
Gets all values for the row inside of an IntBuffer.
|
Modifier and Type | Method and Description |
---|---|
IndexedInts |
SimpleDictionaryEncodedColumn.getMultiValueRow(int rowNum) |
IndexedInts |
DictionaryEncodedColumn.getMultiValueRow(int rowNum) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBasedIndexedInts |
class |
ConciseCompressedIndexedInts |
class |
EmptyIndexedInts |
class |
IntBufferIndexedInts |
class |
VSizeIndexedInts |
Modifier and Type | Method and Description |
---|---|
static int[] |
Indexedids.arrayFromIndexedInts(IndexedInts ints) |
Constructor and Description |
---|
IndexedIntsIterator(IndexedInts baseInts) |
Modifier and Type | Method and Description |
---|---|
IndexedInts |
IncrementalIndexAdapter.getInverteds(String dimension,
String value) |
Copyright © 2015. All rights reserved.