Uses of Class
org.apache.arrow.vector.holders.NullableDurationHolder
Packages that use NullableDurationHolder
Package
Description
-
Uses of NullableDurationHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableDurationHolderModifier 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
Methods in org.apache.arrow.vector.complex with parameters of type NullableDurationHolderModifier and TypeMethodDescriptionvoid
UnionVector.setSafe
(int index, NullableDurationHolder holder, ArrowType arrowType) -
Uses of NullableDurationHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableDurationHolderModifier 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) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableDurationHolder -
Uses of NullableDurationHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableDurationHolder -
Uses of NullableDurationHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableDurationHolderModifier 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.