| Package | Description | 
|---|---|
| io.druid.segment | |
| io.druid.segment.column | |
| io.druid.segment.data | |
| io.druid.segment.historical | |
| io.druid.segment.virtual | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedInts | 
SingleScanTimeDimSelector.getRow()  | 
IndexedInts | 
NullDimensionSelector.getRow()  | 
IndexedInts | 
DimensionSelector.getRow()
Gets all values for the row inside of an IntBuffer. 
 | 
IndexedInts | 
ConstantDimensionSelector.getRow()  | 
IndexedInts | 
NullDimensionSelector.getRow(int offset)  | 
IndexedInts | 
ConstantDimensionSelector.getRow(int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedInts | 
SimpleDictionaryEncodedColumn.getMultiValueRow(int rowNum)  | 
IndexedInts | 
DictionaryEncodedColumn.getMultiValueRow(int rowNum)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ColumnarInts
Resource that provides random access to a packed array of primitive int values. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayBasedIndexedInts  | 
class  | 
RangeIndexedInts
An IndexedInts that always returns [0, 1, ..., N]. 
 | 
class  | 
SingleIndexedInt  | 
class  | 
VSizeColumnarInts  | 
class  | 
ZeroIndexedInts
An IndexedInts that always returns a row containing a single zero. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedInts | 
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.get(int index)  | 
IndexedInts | 
ColumnarMultiInts.get(int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<? extends IndexedInts> | 
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.getClazz()  | 
Iterator<IndexedInts> | 
VSizeColumnarMultiInts.iterator()  | 
Iterator<IndexedInts> | 
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
VSizeColumnarMultiInts.indexOf(IndexedInts value)  | 
int | 
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.indexOf(IndexedInts value)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CompressedVSizeColumnarMultiIntsSupplier | 
CompressedVSizeColumnarMultiIntsSupplier.fromIterable(Iterable<IndexedInts> objectsIterable,
            int maxValue,
            ByteOrder byteOrder,
            CompressionStrategy compression,
            Closer closer)  | 
static V3CompressedVSizeColumnarMultiIntsSupplier | 
V3CompressedVSizeColumnarMultiIntsSupplier.fromIterable(Iterable<IndexedInts> objectsIterable,
            int offsetChunkFactor,
            int maxValue,
            ByteOrder byteOrder,
            CompressionStrategy compression,
            Closer closer)  | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedInts | 
HistoricalDimensionSelector.getRow(int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedInts | 
SingleStringInputDimensionSelector.getRow()
Treats any non-single-valued row as a row containing a single null value, to ensure consistency with
 other expression selectors. 
 | 
IndexedInts | 
BaseSingleValueDimensionSelector.getRow()  | 
Copyright © 2011–2018. All rights reserved.