Uses of Class
org.apache.arrow.vector.holders.NullableIntervalMonthDayNanoHolder
Packages that use NullableIntervalMonthDayNanoHolder
Package
Description
-
Uses of NullableIntervalMonthDayNanoHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableIntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoid
IntervalMonthDayNanoVector.get
(int index, NullableIntervalMonthDayNanoHolder holder) Get the element at the given index from the vector and sets the state in holder.void
IntervalMonthDayNanoVector.set
(int index, NullableIntervalMonthDayNanoHolder holder) Set the element at the given index to the value set in data holder.void
IntervalMonthDayNanoVector.setSafe
(int index, NullableIntervalMonthDayNanoHolder holder) Same asIntervalMonthDayNanoVector.set(int, NullableIntervalMonthDayNanoHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableIntervalMonthDayNanoHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableIntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableIntervalMonthDayNanoHolder holder) void
UnionVector.setSafe
(int index, NullableIntervalMonthDayNanoHolder holder) -
Uses of NullableIntervalMonthDayNanoHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableIntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableIntervalMonthDayNanoHolder holder) void
IntervalMonthDayNanoHolderReaderImpl.read
(NullableIntervalMonthDayNanoHolder h) void
IntervalMonthDayNanoReaderImpl.read
(NullableIntervalMonthDayNanoHolder h) void
NullableIntervalMonthDayNanoHolderReaderImpl.read
(NullableIntervalMonthDayNanoHolder h) void
NullReader.read
(int arrayIndex, NullableIntervalMonthDayNanoHolder holder) void
NullReader.read
(NullableIntervalMonthDayNanoHolder holder) void
UnionReader.read
(NullableIntervalMonthDayNanoHolder holder) void
IntervalMonthDayNanoWriterImpl.write
(NullableIntervalMonthDayNanoHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableIntervalMonthDayNanoHolderModifierConstructorDescription -
Uses of NullableIntervalMonthDayNanoHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableIntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoid
IntervalMonthDayNanoReader.read
(NullableIntervalMonthDayNanoHolder h) -
Uses of NullableIntervalMonthDayNanoHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableIntervalMonthDayNanoHolderModifier and TypeMethodDescriptionvoid
Row.getIntervalMonthDayNano
(int columnIndex, NullableIntervalMonthDayNanoHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getIntervalMonthDayNano
(String columnName, NullableIntervalMonthDayNanoHolder holder) Updates the holder with the value from the column of the given name at the current row.