Uses of Class
org.apache.arrow.vector.holders.NullableIntervalDayHolder
Packages that use NullableIntervalDayHolder
Package
Description
-
Uses of NullableIntervalDayHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableIntervalDayHolderModifier and TypeMethodDescriptionvoid
IntervalDayVector.get
(int index, NullableIntervalDayHolder holder) Get the element at the given index from the vector and sets the state in holder.void
IntervalDayVector.set
(int index, NullableIntervalDayHolder holder) Set the element at the given index to the value set in data holder.void
IntervalDayVector.setSafe
(int index, NullableIntervalDayHolder holder) Same asIntervalDayVector.set(int, NullableIntervalDayHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableIntervalDayHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableIntervalDayHolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableIntervalDayHolder holder) void
UnionVector.setSafe
(int index, NullableIntervalDayHolder holder) -
Uses of NullableIntervalDayHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableIntervalDayHolderModifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableIntervalDayHolder holder) void
IntervalDayHolderReaderImpl.read
(NullableIntervalDayHolder h) void
IntervalDayReaderImpl.read
(NullableIntervalDayHolder h) void
NullableIntervalDayHolderReaderImpl.read
(NullableIntervalDayHolder h) void
NullReader.read
(int arrayIndex, NullableIntervalDayHolder holder) void
NullReader.read
(NullableIntervalDayHolder holder) void
UnionReader.read
(NullableIntervalDayHolder holder) void
IntervalDayWriterImpl.write
(NullableIntervalDayHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableIntervalDayHolderModifierConstructorDescription -
Uses of NullableIntervalDayHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableIntervalDayHolder -
Uses of NullableIntervalDayHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableIntervalDayHolderModifier and TypeMethodDescriptionvoid
Row.getIntervalDay
(int columnIndex, NullableIntervalDayHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getIntervalDay
(String columnName, NullableIntervalDayHolder holder) Updates the holder with the value from the column of the given name at the current row.