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 |
UnionVector.setSafe(int index,
NullableUInt4Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableUInt4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt4Holder holder) |
void |
NullableUInt4HolderReaderImpl.read(NullableUInt4Holder h) |
void |
UInt4HolderReaderImpl.read(NullableUInt4Holder h) |
void |
UnionReader.read(NullableUInt4Holder holder) |
void |
DenseUnionReader.read(NullableUInt4Holder holder) |
void |
NullReader.read(NullableUInt4Holder holder) |
void |
UInt4ReaderImpl.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) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getUInt4(int columnIndex,
NullableUInt4Holder holder)
Updates the holder with the value at the column with the given index at the current row.
|
void |
Row.getUInt4(String columnName,
NullableUInt4Holder holder)
Updates the holder with the value at the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.