Uses of Class
org.apache.arrow.vector.holders.NullableDecimalHolder
Packages that use NullableDecimalHolder
Package
Description
-
Uses of NullableDecimalHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableDecimalHolderModifier and TypeMethodDescriptionvoid
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 asDecimalVector.set(int, NullableDecimalHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableDecimalHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableDecimalHolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableDecimalHolder holder) void
UnionVector.setSafe
(int index, NullableDecimalHolder holder, ArrowType arrowType) -
Uses of NullableDecimalHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableDecimalHolderModifier and TypeMethodDescriptionvoid
DecimalHolderReaderImpl.read
(NullableDecimalHolder h) void
DecimalReaderImpl.read
(NullableDecimalHolder h) void
DenseUnionReader.read
(NullableDecimalHolder holder) void
NullableDecimalHolderReaderImpl.read
(NullableDecimalHolder h) void
NullReader.read
(int arrayIndex, NullableDecimalHolder holder) void
NullReader.read
(NullableDecimalHolder holder) void
UnionReader.read
(NullableDecimalHolder holder) void
DecimalWriterImpl.write
(NullableDecimalHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableDecimalHolder -
Uses of NullableDecimalHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableDecimalHolder -
Uses of NullableDecimalHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableDecimalHolderModifier and TypeMethodDescriptionvoid
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.