Uses of Class
org.apache.arrow.vector.holders.NullableDateDayHolder
Package
Description
-
Uses of NullableDateDayHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
DateDayVector.get
(int index, NullableDateDayHolder holder) Get the element at the given index from the vector and sets the state in holder.void
DateDayVector.set
(int index, NullableDateDayHolder holder) Set the element at the given index to the value set in data holder.void
DateDayVector.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
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableDateDayHolder holder) void
UnionVector.setSafe
(int index, NullableDateDayHolder holder) -
Uses of NullableDateDayHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DateDayHolderReaderImpl.read
(NullableDateDayHolder h) void
DateDayReaderImpl.read
(NullableDateDayHolder h) void
DenseUnionReader.read
(NullableDateDayHolder holder) void
NullableDateDayHolderReaderImpl.read
(NullableDateDayHolder h) void
NullReader.read
(int arrayIndex, NullableDateDayHolder holder) void
NullReader.read
(NullableDateDayHolder holder) void
UnionReader.read
(NullableDateDayHolder holder) void
DateDayWriterImpl.write
(NullableDateDayHolder h) -
Uses of NullableDateDayHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableDateDayHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getDateDay
(int columnIndex, NullableDateDayHolder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getDateDay
(String columnName, NullableDateDayHolder holder) Updates the holder with the value in the column of the given name at the current row.