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