| 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 |
UInt4Vector.set(int index,
UInt4Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt4Vector.setSafe(int index,
UInt4Holder holder)
Same as
UInt4Vector.set(int, UInt4Holder) 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 |
NullReader.read(int arrayIndex,
UInt4Holder holder) |
void |
NullableUInt4HolderReaderImpl.read(UInt4Holder h) |
void |
UInt4HolderReaderImpl.read(UInt4Holder h) |
void |
NullReader.read(UInt4Holder holder) |
void |
UInt4WriterImpl.write(UInt4Holder h) |
void |
DenseUnionWriter.write(UInt4Holder holder) |
void |
UnionFixedSizeListWriter.write(UInt4Holder holder) |
void |
UnionListWriter.write(UInt4Holder holder) |
void |
UnionWriter.write(UInt4Holder holder) |
void |
UnionLargeListWriter.write(UInt4Holder holder) |
| Constructor and Description |
|---|
UInt4HolderReaderImpl(UInt4Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt4Reader.read(UInt4Holder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt4Writer.write(UInt4Holder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.