Uses of Class
org.apache.arrow.vector.holders.BigIntHolder
Packages that use BigIntHolder
Package
Description
-
Uses of BigIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type BigIntHolderModifier and TypeMethodDescriptionvoidBigIntVector.set(int index, BigIntHolder holder) Set the element at the given index to the value set in data holder.voidBigIntVector.setSafe(int index, BigIntHolder holder) Same asBigIntVector.set(int, BigIntHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of BigIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type BigIntHolderModifier and TypeMethodDescriptionvoidBigIntHolderReaderImpl.read(BigIntHolder h) voidNullableBigIntHolderReaderImpl.read(BigIntHolder h) voidNullReader.read(int arrayIndex, BigIntHolder holder) voidNullReader.read(BigIntHolder holder) voidBigIntWriterImpl.write(BigIntHolder h) voidDenseUnionWriter.write(BigIntHolder holder) voidUnionFixedSizeListWriter.write(BigIntHolder holder) voidUnionLargeListWriter.write(BigIntHolder holder) voidUnionListViewWriter.write(BigIntHolder holder) voidUnionListWriter.write(BigIntHolder holder) voidUnionWriter.write(BigIntHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type BigIntHolder -
Uses of BigIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type BigIntHolder -
Uses of BigIntHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type BigIntHolder