| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
DimensionSelector.getRow()
Returns the indexed values at the current position in this DimensionSelector.
|
IndexedInts |
ConstantDimensionSelector.getRow() |
IndexedInts |
SingleScanTimeDimensionSelector.getRow() |
IndexedInts |
BaseSingleValueDimensionSelector.getRow() |
IndexedInts |
ConstantDimensionSelector.getRow(int offset) |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
StringDictionaryEncodedColumn.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
Reusable IndexedInts that returns sequences [0, 1, ..., N].
|
class |
SingleIndexedInt
Reusable IndexedInts that represents a sequence of a solo value [X].
|
class |
SliceIndexedInts
Reusable IndexedInts, that could represent a sub-sequence ("slice") in a larger IndexedInts object.
|
class |
VSizeColumnarInts |
class |
ZeroIndexedInts
An IndexedInts that always returns a row containing a single zero.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexedInts |
IndexedInts.empty() |
IndexedInts |
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.get(int index) |
IndexedInts |
ColumnarMultiInts.get(int index)
Returns the values at a given row index.
|
IndexedInts |
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.getUnshared(int index) |
IndexedInts |
ColumnarMultiInts.getUnshared(int index)
Returns the values at a given row index.
|
IndexedInts |
VSizeColumnarMultiInts.getUnshared(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IndexedInts> |
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.iterator() |
Iterator<IndexedInts> |
VSizeColumnarMultiInts.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
V3CompressedVSizeColumnarMultiIntsSerializer.addValues(IndexedInts ints) |
abstract void |
ColumnarMultiIntsSerializer.addValues(IndexedInts ints) |
void |
VSizeColumnarMultiIntsSerializer.addValues(IndexedInts ints) |
static VSizeColumnarInts |
VSizeColumnarInts.fromIndexedInts(IndexedInts ints,
int maxValue) |
int |
CompressedVSizeColumnarMultiIntsSupplier.CompressedVSizeColumnarMultiInts.indexOf(IndexedInts value) |
int |
VSizeColumnarMultiInts.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) |
| Constructor and Description |
|---|
SliceIndexedInts(IndexedInts base) |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
HistoricalDimensionSelector.getRow(int offset) |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
PossiblyNullDimensionSelector.getRow() |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
IndexedTableDimensionSelector.getRow() |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
SettableDimensionValueSelector.getRow() |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts[] |
MultiValueDimensionVectorSelector.getRowVector()
Get the current vector.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
MultiValueExpressionDimensionSelector.getRow() |
IndexedInts |
SingleStringInputDimensionSelector.getRow()
Get the underlying selector
IndexedInts row |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.