Modifier and Type | Method and Description |
---|---|
void |
DecimalVector.get(int index,
NullableDecimalHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
DecimalVector.set(int index,
NullableDecimalHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
DecimalVector.setSafe(int index,
NullableDecimalHolder holder)
Same as
DecimalVector.set(int, NullableDecimalHolder) 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 |
DenseUnionVector.setSafe(int index,
NullableDecimalHolder holder) |
void |
UnionVector.setSafe(int index,
NullableDecimalHolder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableDecimalHolder holder) |
void |
DecimalHolderReaderImpl.read(NullableDecimalHolder h) |
void |
UnionReader.read(NullableDecimalHolder holder) |
void |
DenseUnionReader.read(NullableDecimalHolder holder) |
void |
NullableDecimalHolderReaderImpl.read(NullableDecimalHolder h) |
void |
NullReader.read(NullableDecimalHolder holder) |
void |
DecimalReaderImpl.read(NullableDecimalHolder h) |
void |
DecimalWriterImpl.write(NullableDecimalHolder h) |
Constructor and Description |
---|
NullableDecimalHolderReaderImpl(NullableDecimalHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
DecimalReader.read(NullableDecimalHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getDecimal(int columnIndex,
NullableDecimalHolder holder)
Updates the value of the holder with data from vector at the given index at the current row.
|
void |
Row.getDecimal(String columnName,
NullableDecimalHolder holder)
Updates the value of the holder with data from the vector with given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.