Uses of Class
org.apache.arrow.vector.holders.NullableDurationHolder
Package
Description
-
Uses of NullableDurationHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
DurationVector.get
(int index, NullableDurationHolder holder) Get the element at the given index from the vector and sets the state in holder.void
DurationVector.set
(int index, NullableDurationHolder holder) Set the element at the given index to the value set in data holder.void
DurationVector.setSafe
(int index, NullableDurationHolder holder) Same asDurationVector.set(int, NullableDurationHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableDurationHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
UnionVector.setSafe
(int index, NullableDurationHolder holder, ArrowType arrowType) -
Uses of NullableDurationHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DurationHolderReaderImpl.read
(NullableDurationHolder h) void
DurationReaderImpl.read
(NullableDurationHolder h) void
NullableDurationHolderReaderImpl.read
(NullableDurationHolder h) void
NullReader.read
(int arrayIndex, NullableDurationHolder holder) void
NullReader.read
(NullableDurationHolder holder) void
UnionReader.read
(NullableDurationHolder holder) void
DurationWriterImpl.write
(NullableDurationHolder h) -
Uses of NullableDurationHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableDurationHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getDuration
(int columnIndex, NullableDurationHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getDuration
(String columnName, NullableDurationHolder holder) Updates the holder with the value from the column of the given name at the current row.