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 |
UInt8Vector.set(int index,
UInt8Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt8Vector.setSafe(int index,
UInt8Holder holder)
Same as
UInt8Vector.set(int, UInt8Holder) 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,
UInt8Holder holder) |
void |
UInt8HolderReaderImpl.read(UInt8Holder h) |
void |
NullableUInt8HolderReaderImpl.read(UInt8Holder h) |
void |
NullReader.read(UInt8Holder holder) |
void |
UnionListWriter.write(UInt8Holder holder) |
void |
UnionLargeListWriter.write(UInt8Holder holder) |
void |
UnionWriter.write(UInt8Holder holder) |
void |
DenseUnionWriter.write(UInt8Holder holder) |
void |
UInt8WriterImpl.write(UInt8Holder h) |
void |
UnionFixedSizeListWriter.write(UInt8Holder holder) |
Constructor and Description |
---|
UInt8HolderReaderImpl(UInt8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
UInt8Reader.read(UInt8Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
UInt8Writer.write(UInt8Holder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.