| 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 |
UInt2Vector.get(int index,
NullableUInt2Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
UInt2Vector.set(int index,
NullableUInt2Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt2Vector.setSafe(int index,
NullableUInt2Holder holder)
Same as
UInt2Vector.set(int, NullableUInt2Holder) 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,
NullableUInt2Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableUInt2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt2Holder holder) |
void |
UnionReader.read(NullableUInt2Holder holder) |
void |
UInt2HolderReaderImpl.read(NullableUInt2Holder h) |
void |
UInt2ReaderImpl.read(NullableUInt2Holder h) |
void |
NullReader.read(NullableUInt2Holder holder) |
void |
NullableUInt2HolderReaderImpl.read(NullableUInt2Holder h) |
void |
DenseUnionReader.read(NullableUInt2Holder holder) |
void |
UInt2WriterImpl.write(NullableUInt2Holder h) |
| Constructor and Description |
|---|
NullableUInt2HolderReaderImpl(NullableUInt2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt2Reader.read(NullableUInt2Holder h) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.