Uses of Class
org.apache.arrow.vector.holders.DateDayHolder
Packages that use DateDayHolder
Package
Description
-
Uses of DateDayHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type DateDayHolderModifier and TypeMethodDescriptionvoid
DateDayVector.set
(int index, DateDayHolder holder) Set the element at the given index to the value set in data holder.void
DateDayVector.setSafe
(int index, DateDayHolder holder) Same asDateDayVector.set(int, DateDayHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of DateDayHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type DateDayHolderModifier and TypeMethodDescriptionvoid
DateDayHolderReaderImpl.read
(DateDayHolder h) void
NullableDateDayHolderReaderImpl.read
(DateDayHolder h) void
NullReader.read
(int arrayIndex, DateDayHolder holder) void
NullReader.read
(DateDayHolder holder) void
DateDayWriterImpl.write
(DateDayHolder h) void
DenseUnionWriter.write
(DateDayHolder holder) void
UnionFixedSizeListWriter.write
(DateDayHolder holder) void
UnionLargeListWriter.write
(DateDayHolder holder) void
UnionListViewWriter.write
(DateDayHolder holder) void
UnionListWriter.write
(DateDayHolder holder) void
UnionWriter.write
(DateDayHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type DateDayHolder -
Uses of DateDayHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type DateDayHolder -
Uses of DateDayHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type DateDayHolder