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 TypeMethodDescriptionvoid
IntervalMonthDayNanoVector.set
(int index, IntervalMonthDayNanoHolder holder) Set the element at the given index to the value set in data holder.void
IntervalMonthDayNanoVector.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 TypeMethodDescriptionvoid
IntervalMonthDayNanoHolderReaderImpl.read
(IntervalMonthDayNanoHolder h) void
NullableIntervalMonthDayNanoHolderReaderImpl.read
(IntervalMonthDayNanoHolder h) void
NullReader.read
(int arrayIndex, IntervalMonthDayNanoHolder holder) void
NullReader.read
(IntervalMonthDayNanoHolder holder) void
DenseUnionWriter.write
(IntervalMonthDayNanoHolder holder) void
IntervalMonthDayNanoWriterImpl.write
(IntervalMonthDayNanoHolder h) void
UnionFixedSizeListWriter.write
(IntervalMonthDayNanoHolder holder) void
UnionLargeListWriter.write
(IntervalMonthDayNanoHolder holder) void
UnionListViewWriter.write
(IntervalMonthDayNanoHolder holder) void
UnionListWriter.write
(IntervalMonthDayNanoHolder holder) void
UnionWriter.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 TypeMethodDescriptionvoid
IntervalMonthDayNanoReader.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 TypeMethodDescriptionvoid
IntervalMonthDayNanoWriter.write
(IntervalMonthDayNanoHolder h)