Modifier and Type | Method and Description |
---|---|
void |
Float4Vector.get(int index,
NullableFloat4Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
Float4Vector.set(int index,
NullableFloat4Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float4Vector.setSafe(int index,
NullableFloat4Holder holder)
Same as
Float4Vector.set(int, NullableFloat4Holder) 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,
NullableFloat4Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableFloat4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableFloat4Holder holder) |
void |
UnionReader.read(NullableFloat4Holder holder) |
void |
DenseUnionReader.read(NullableFloat4Holder holder) |
void |
NullReader.read(NullableFloat4Holder holder) |
void |
NullableFloat4HolderReaderImpl.read(NullableFloat4Holder h) |
void |
Float4ReaderImpl.read(NullableFloat4Holder h) |
void |
Float4HolderReaderImpl.read(NullableFloat4Holder h) |
void |
Float4WriterImpl.write(NullableFloat4Holder h) |
Constructor and Description |
---|
NullableFloat4HolderReaderImpl(NullableFloat4Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Float4Reader.read(NullableFloat4Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getFloat4(int columnIndex,
NullableFloat4Holder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getFloat4(String columnName,
NullableFloat4Holder 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.