| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader |
| Modifier and Type | Method and Description |
|---|---|
void |
TinyIntVector.get(int index,
NullableTinyIntHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
TinyIntVector.set(int index,
NullableTinyIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TinyIntVector.setSafe(int index,
NullableTinyIntHolder holder)
Same as
TinyIntVector.set(int, NullableTinyIntHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity(). |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionVector.setSafe(int index,
NullableTinyIntHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTinyIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableTinyIntHolder holder) |
void |
UnionReader.read(NullableTinyIntHolder holder) |
void |
TinyIntHolderReaderImpl.read(NullableTinyIntHolder h) |
void |
TinyIntReaderImpl.read(NullableTinyIntHolder h) |
void |
NullReader.read(NullableTinyIntHolder holder) |
void |
NullableTinyIntHolderReaderImpl.read(NullableTinyIntHolder h) |
void |
DenseUnionReader.read(NullableTinyIntHolder holder) |
void |
TinyIntWriterImpl.write(NullableTinyIntHolder h) |
| Constructor and Description |
|---|
NullableTinyIntHolderReaderImpl(NullableTinyIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
TinyIntReader.read(NullableTinyIntHolder h) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.