Uses of Class
org.apache.arrow.vector.holders.DurationHolder
Packages that use DurationHolder
Package
Description
-
Uses of DurationHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type DurationHolderModifier and TypeMethodDescriptionvoidDurationVector.set(int index, DurationHolder holder) Set the element at the given index to the value set in data holder.voidDurationVector.setSafe(int index, DurationHolder holder) Same asDurationVector.set(int, DurationHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of DurationHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type DurationHolderModifier and TypeMethodDescriptionvoidDurationHolderReaderImpl.read(DurationHolder h) voidNullableDurationHolderReaderImpl.read(DurationHolder h) voidNullReader.read(int arrayIndex, DurationHolder holder) voidNullReader.read(DurationHolder holder) voidDurationWriterImpl.write(DurationHolder h) voidUnionLargeListWriter.write(DurationHolder holder) voidUnionListViewWriter.write(DurationHolder holder) voidUnionListWriter.write(DurationHolder holder) voidUnionWriter.write(DurationHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type DurationHolder -
Uses of DurationHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type DurationHolder -
Uses of DurationHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type DurationHolder