Modifier and Type | Method and Description |
---|---|
void |
UInt8Vector.get(int index,
NullableUInt8Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
UInt8Vector.set(int index,
NullableUInt8Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
UInt8Vector.setSafe(int index,
NullableUInt8Holder holder)
Same as
UInt8Vector.set(int, NullableUInt8Holder) 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,
NullableUInt8Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableUInt8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableUInt8Holder holder) |
void |
UnionReader.read(NullableUInt8Holder holder) |
void |
DenseUnionReader.read(NullableUInt8Holder holder) |
void |
UInt8HolderReaderImpl.read(NullableUInt8Holder h) |
void |
NullReader.read(NullableUInt8Holder holder) |
void |
NullableUInt8HolderReaderImpl.read(NullableUInt8Holder h) |
void |
UInt8ReaderImpl.read(NullableUInt8Holder h) |
void |
UInt8WriterImpl.write(NullableUInt8Holder h) |
Constructor and Description |
---|
NullableUInt8HolderReaderImpl(NullableUInt8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
UInt8Reader.read(NullableUInt8Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getUInt8(int columnIndex,
NullableUInt8Holder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getUInt8(String columnName,
NullableUInt8Holder 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.