Uses of Class
org.apache.arrow.vector.holders.NullableDecimal256Holder
Package
Description
-
Uses of NullableDecimal256Holder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
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 asDecimal256Vector.set(int, NullableDecimalHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableDecimal256Holder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableDecimal256Holder holder) void
UnionVector.setSafe
(int index, NullableDecimal256Holder holder, ArrowType arrowType) -
Uses of NullableDecimal256Holder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
Decimal256HolderReaderImpl.read
(NullableDecimal256Holder h) void
Decimal256ReaderImpl.read
(NullableDecimal256Holder h) void
DenseUnionReader.read
(NullableDecimal256Holder holder) void
NullableDecimal256HolderReaderImpl.read
(NullableDecimal256Holder h) void
NullReader.read
(int arrayIndex, NullableDecimal256Holder holder) void
NullReader.read
(NullableDecimal256Holder holder) void
UnionReader.read
(NullableDecimal256Holder holder) void
Decimal256WriterImpl.write
(NullableDecimal256Holder h) ModifierConstructorDescription -
Uses of NullableDecimal256Holder in org.apache.arrow.vector.complex.reader