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 |
UInt4Vector.get(int index,
NullableUInt4Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
UInt4Vector.set(int index,
NullableUInt4Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt4Vector.setSafe(int index,
NullableUInt4Holder holder)
Same as
UInt4Vector.set(int, NullableUInt4Holder) 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,
NullableUInt4Holder holder) |
void |
UnionVector.setSafe(int index,
NullableUInt4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt4Holder holder) |
void |
DenseUnionReader.read(NullableUInt4Holder holder) |
void |
UInt4ReaderImpl.read(NullableUInt4Holder h) |
void |
NullableUInt4HolderReaderImpl.read(NullableUInt4Holder h) |
void |
NullReader.read(NullableUInt4Holder holder) |
void |
UnionReader.read(NullableUInt4Holder holder) |
void |
UInt4HolderReaderImpl.read(NullableUInt4Holder h) |
void |
UInt4WriterImpl.write(NullableUInt4Holder h) |
Constructor and Description |
---|
NullableUInt4HolderReaderImpl(NullableUInt4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
UInt4Reader.read(NullableUInt4Holder h) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.