Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader |
Modifier and Type | Method and Description |
---|---|
void |
Decimal256Vector.get(int index,
NullableDecimal256Holder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
Decimal256Vector.set(int index,
NullableDecimal256Holder holder)
Set the element at the given index to the value set in data holder.
|
void |
Decimal256Vector.setSafe(int index,
NullableDecimal256Holder holder)
Same as
#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,
NullableDecimal256Holder holder) |
void |
UnionVector.setSafe(int index,
NullableDecimal256Holder holder,
ArrowType arrowType) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableDecimal256Holder holder) |
void |
Decimal256HolderReaderImpl.read(NullableDecimal256Holder h) |
void |
UnionReader.read(NullableDecimal256Holder holder) |
void |
DenseUnionReader.read(NullableDecimal256Holder holder) |
void |
Decimal256ReaderImpl.read(NullableDecimal256Holder h) |
void |
NullableDecimal256HolderReaderImpl.read(NullableDecimal256Holder h) |
void |
NullReader.read(NullableDecimal256Holder holder) |
void |
Decimal256WriterImpl.write(NullableDecimal256Holder h) |
Constructor and Description |
---|
NullableDecimal256HolderReaderImpl(NullableDecimal256Holder holder) |
Modifier and Type | Method and Description |
---|---|
void |
Decimal256Reader.read(NullableDecimal256Holder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.