| 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 |
Float2Vector.get(int index,
NullableFloat2Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
Float2Vector.set(int index,
NullableFloat2Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float2Vector.setSafe(int index,
NullableFloat2Holder holder)
Same as
Float2Vector.set(int, NullableFloat2Holder) 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 |
DenseUnionVector.setSafe(int index,
NullableFloat2Holder holder) |
void |
UnionVector.setSafe(int index,
NullableFloat2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(int arrayIndex,
NullableFloat2Holder holder) |
void |
NullableFloat2HolderReaderImpl.read(NullableFloat2Holder h) |
void |
Float2ReaderImpl.read(NullableFloat2Holder h) |
void |
UnionReader.read(NullableFloat2Holder holder) |
void |
NullReader.read(NullableFloat2Holder holder) |
void |
DenseUnionReader.read(NullableFloat2Holder holder) |
void |
Float2HolderReaderImpl.read(NullableFloat2Holder h) |
void |
Float2WriterImpl.write(NullableFloat2Holder h) |
| Constructor and Description |
|---|
NullableFloat2HolderReaderImpl(NullableFloat2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
Float2Reader.read(NullableFloat2Holder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.