Uses of Class
org.apache.arrow.vector.holders.Decimal256Holder
Packages that use Decimal256Holder
Package
Description
-
Uses of Decimal256Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type Decimal256HolderModifier and TypeMethodDescriptionvoidDecimal256Vector.set(int index, Decimal256Holder holder) Set the element at the given index to the value set in data holder.voidDecimal256Vector.setSafe(int index, Decimal256Holder holder) Same asDecimal256Vector.set(int, Decimal256Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of Decimal256Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type Decimal256HolderModifier and TypeMethodDescriptionvoidDecimal256HolderReaderImpl.read(Decimal256Holder h) voidNullableDecimal256HolderReaderImpl.read(Decimal256Holder h) voidNullReader.read(int arrayIndex, Decimal256Holder holder) voidNullReader.read(Decimal256Holder holder) voidDecimal256WriterImpl.write(Decimal256Holder h) voidDenseUnionWriter.write(Decimal256Holder holder) voidPromotableWriter.write(Decimal256Holder holder) voidUnionFixedSizeListWriter.write(Decimal256Holder holder) voidUnionLargeListWriter.write(Decimal256Holder holder) voidUnionListViewWriter.write(Decimal256Holder holder) voidUnionListWriter.write(Decimal256Holder holder) voidUnionWriter.write(Decimal256Holder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type Decimal256Holder -
Uses of Decimal256Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type Decimal256Holder -
Uses of Decimal256Holder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type Decimal256Holder