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 TypeMethodDescriptionvoidDateDayVector.set(int index, DateDayHolder holder) Set the element at the given index to the value set in data holder.voidDateDayVector.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 TypeMethodDescriptionvoidDateDayHolderReaderImpl.read(DateDayHolder h) voidNullableDateDayHolderReaderImpl.read(DateDayHolder h) voidNullReader.read(int arrayIndex, DateDayHolder holder) voidNullReader.read(DateDayHolder holder) voidDateDayWriterImpl.write(DateDayHolder h) voidDenseUnionWriter.write(DateDayHolder holder) voidUnionFixedSizeListWriter.write(DateDayHolder holder) voidUnionLargeListWriter.write(DateDayHolder holder) voidUnionListViewWriter.write(DateDayHolder holder) voidUnionListWriter.write(DateDayHolder holder) voidUnionWriter.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