Modifier and Type | Method and Description |
---|---|
void |
UInt2Vector.get(int index,
NullableUInt2Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
UInt2Vector.set(int index,
NullableUInt2Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt2Vector.setSafe(int index,
NullableUInt2Holder holder)
Same as
UInt2Vector.set(int, NullableUInt2Holder) 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,
NullableUInt2Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableUInt2Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt2Holder holder) |
void |
UInt2ReaderImpl.read(NullableUInt2Holder h) |
void |
UnionReader.read(NullableUInt2Holder holder) |
void |
DenseUnionReader.read(NullableUInt2Holder holder) |
void |
NullReader.read(NullableUInt2Holder holder) |
void |
UInt2HolderReaderImpl.read(NullableUInt2Holder h) |
void |
NullableUInt2HolderReaderImpl.read(NullableUInt2Holder h) |
void |
UInt2WriterImpl.write(NullableUInt2Holder h) |
Constructor and Description |
---|
NullableUInt2HolderReaderImpl(NullableUInt2Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
UInt2Reader.read(NullableUInt2Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getUInt2(int columnIndex,
NullableUInt2Holder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getUInt2(String columnName,
NullableUInt2Holder holder)
Updates the holder with the value in the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.