Uses of Class
org.apache.arrow.vector.holders.NullableDateMilliHolder
Package
Description
-
Uses of NullableDateMilliHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
DateMilliVector.get
(int index, NullableDateMilliHolder holder) Get the element at the given index from the vector and sets the state in holder.void
DateMilliVector.set
(int index, NullableDateMilliHolder holder) Set the element at the given index to the value set in data holder.void
DateMilliVector.setSafe
(int index, NullableDateMilliHolder holder) Same asDateMilliVector.set(int, NullableDateMilliHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableDateMilliHolder holder) void
UnionVector.setSafe
(int index, NullableDateMilliHolder holder) -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DateMilliHolderReaderImpl.read
(NullableDateMilliHolder h) void
DateMilliReaderImpl.read
(NullableDateMilliHolder h) void
DenseUnionReader.read
(NullableDateMilliHolder holder) void
NullableDateMilliHolderReaderImpl.read
(NullableDateMilliHolder h) void
NullReader.read
(int arrayIndex, NullableDateMilliHolder holder) void
NullReader.read
(NullableDateMilliHolder holder) void
UnionReader.read
(NullableDateMilliHolder holder) void
DateMilliWriterImpl.write
(NullableDateMilliHolder h) -
Uses of NullableDateMilliHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableDateMilliHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getDateMilli
(int columnIndex, NullableDateMilliHolder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getDateMilli
(String columnName, NullableDateMilliHolder holder) Updates the holder with the value in the column of the given name at the current row.