Uses of Class
org.apache.arrow.vector.holders.IntervalMonthDayNanoHolder
Packages that use IntervalMonthDayNanoHolder
Package
Description
-
Uses of IntervalMonthDayNanoHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type IntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoidIntervalMonthDayNanoVector.set(int index, IntervalMonthDayNanoHolder holder) Set the element at the given index to the value set in data holder.voidIntervalMonthDayNanoVector.setSafe(int index, IntervalMonthDayNanoHolder holder) Same asIntervalMonthDayNanoVector.set(int, IntervalMonthDayNanoHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of IntervalMonthDayNanoHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type IntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoidIntervalMonthDayNanoHolderReaderImpl.read(IntervalMonthDayNanoHolder h) voidNullableIntervalMonthDayNanoHolderReaderImpl.read(IntervalMonthDayNanoHolder h) voidNullReader.read(int arrayIndex, IntervalMonthDayNanoHolder holder) voidNullReader.read(IntervalMonthDayNanoHolder holder) voidDenseUnionWriter.write(IntervalMonthDayNanoHolder holder) voidIntervalMonthDayNanoWriterImpl.write(IntervalMonthDayNanoHolder h) voidUnionFixedSizeListWriter.write(IntervalMonthDayNanoHolder holder) voidUnionLargeListWriter.write(IntervalMonthDayNanoHolder holder) voidUnionListViewWriter.write(IntervalMonthDayNanoHolder holder) voidUnionListWriter.write(IntervalMonthDayNanoHolder holder) voidUnionWriter.write(IntervalMonthDayNanoHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type IntervalMonthDayNanoHolderModifierConstructorDescription -
Uses of IntervalMonthDayNanoHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type IntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoidIntervalMonthDayNanoReader.read(IntervalMonthDayNanoHolder h) -
Uses of IntervalMonthDayNanoHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type IntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoidIntervalMonthDayNanoWriter.write(IntervalMonthDayNanoHolder h)