| 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 |
UInt1Vector.set(int index,
UInt1Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt1Vector.setSafe(int index,
UInt1Holder holder)
Same as
UInt1Vector.set(int, UInt1Holder) 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,
UInt1Holder holder) |
void |
UInt1HolderReaderImpl.read(UInt1Holder h) |
void |
NullReader.read(UInt1Holder holder) |
void |
NullableUInt1HolderReaderImpl.read(UInt1Holder h) |
void |
DenseUnionWriter.write(UInt1Holder holder) |
void |
UnionFixedSizeListWriter.write(UInt1Holder holder) |
void |
UnionListWriter.write(UInt1Holder holder) |
void |
UnionWriter.write(UInt1Holder holder) |
void |
UnionLargeListWriter.write(UInt1Holder holder) |
void |
UInt1WriterImpl.write(UInt1Holder h) |
| Constructor and Description |
|---|
UInt1HolderReaderImpl(UInt1Holder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt1Reader.read(UInt1Holder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt1Writer.write(UInt1Holder h) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.