Modifier and Type | Method and Description |
---|---|
void |
Float8Vector.get(int index,
NullableFloat8Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
Float8Vector.set(int index,
NullableFloat8Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Float8Vector.setSafe(int index,
NullableFloat8Holder holder)
Same as
Float8Vector.set(int, NullableFloat8Holder) 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,
NullableFloat8Holder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableFloat8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableFloat8Holder holder) |
void |
Float8HolderReaderImpl.read(NullableFloat8Holder h) |
void |
Float8ReaderImpl.read(NullableFloat8Holder h) |
void |
UnionReader.read(NullableFloat8Holder holder) |
void |
DenseUnionReader.read(NullableFloat8Holder holder) |
void |
NullReader.read(NullableFloat8Holder holder) |
void |
NullableFloat8HolderReaderImpl.read(NullableFloat8Holder h) |
void |
Float8WriterImpl.write(NullableFloat8Holder h) |
Constructor and Description |
---|
NullableFloat8HolderReaderImpl(NullableFloat8Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Float8Reader.read(NullableFloat8Holder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getFloat8(int columnIndex,
NullableFloat8Holder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getFloat8(String columnName,
NullableFloat8Holder holder)
Updates the holder with the value in the column with the given index at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.