Uses of Class
org.apache.arrow.vector.holders.NullableDateDayHolder
Packages that use NullableDateDayHolder
Package
Description
-
Uses of NullableDateDayHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableDateDayHolderModifier and TypeMethodDescriptionvoidDateDayVector.get(int index, NullableDateDayHolder holder) Get the element at the given index from the vector and sets the state in holder.voidDateDayVector.set(int index, NullableDateDayHolder holder) Set the element at the given index to the value set in data holder.voidDateDayVector.setSafe(int index, NullableDateDayHolder holder) Same asDateDayVector.set(int, NullableDateDayHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableDateDayHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableDateDayHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableDateDayHolder holder) voidUnionVector.setSafe(int index, NullableDateDayHolder holder) -
Uses of NullableDateDayHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableDateDayHolderModifier and TypeMethodDescriptionvoidDateDayHolderReaderImpl.read(NullableDateDayHolder h) voidDateDayReaderImpl.read(NullableDateDayHolder h) voidDenseUnionReader.read(NullableDateDayHolder holder) voidNullableDateDayHolderReaderImpl.read(NullableDateDayHolder h) voidNullReader.read(int arrayIndex, NullableDateDayHolder holder) voidNullReader.read(NullableDateDayHolder holder) voidUnionReader.read(NullableDateDayHolder holder) voidDateDayWriterImpl.write(NullableDateDayHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableDateDayHolder -
Uses of NullableDateDayHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableDateDayHolder -
Uses of NullableDateDayHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableDateDayHolderModifier and TypeMethodDescriptionvoidRow.getDateDay(int columnIndex, NullableDateDayHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getDateDay(String columnName, NullableDateDayHolder holder) Updates the holder with the value in the column of the given name at the current row.