| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader | |
| org.apache.arrow.vector.complex.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
Float2Vector.set(int index,
Float2Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float2Vector.setSafe(int index,
Float2Holder holder)
Same as
Float2Vector.set(int, Float2Holder) 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 |
NullableFloat2HolderReaderImpl.read(Float2Holder h) |
void |
NullReader.read(Float2Holder holder) |
void |
Float2HolderReaderImpl.read(Float2Holder h) |
void |
NullReader.read(int arrayIndex,
Float2Holder holder) |
void |
DenseUnionWriter.write(Float2Holder holder) |
void |
UnionFixedSizeListWriter.write(Float2Holder holder) |
void |
UnionListWriter.write(Float2Holder holder) |
void |
UnionWriter.write(Float2Holder holder) |
void |
Float2WriterImpl.write(Float2Holder h) |
void |
UnionLargeListWriter.write(Float2Holder holder) |
| Constructor and Description |
|---|
Float2HolderReaderImpl(Float2Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
Float2Reader.read(Float2Holder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
Float2Writer.write(Float2Holder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.