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 TypeMethodDescriptionvoidIntervalMonthDayNanoVector.get(int index, NullableIntervalMonthDayNanoHolder holder) Get the element at the given index from the vector and sets the state in holder.voidIntervalMonthDayNanoVector.set(int index, NullableIntervalMonthDayNanoHolder holder) Set the element at the given index to the value set in data holder.voidIntervalMonthDayNanoVector.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 TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableIntervalMonthDayNanoHolder holder) voidUnionVector.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 TypeMethodDescriptionvoidDenseUnionReader.read(NullableIntervalMonthDayNanoHolder holder) voidIntervalMonthDayNanoHolderReaderImpl.read(NullableIntervalMonthDayNanoHolder h) voidIntervalMonthDayNanoReaderImpl.read(NullableIntervalMonthDayNanoHolder h) voidNullableIntervalMonthDayNanoHolderReaderImpl.read(NullableIntervalMonthDayNanoHolder h) voidNullReader.read(int arrayIndex, NullableIntervalMonthDayNanoHolder holder) voidNullReader.read(NullableIntervalMonthDayNanoHolder holder) voidUnionReader.read(NullableIntervalMonthDayNanoHolder holder) voidIntervalMonthDayNanoWriterImpl.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 TypeMethodDescriptionvoidIntervalMonthDayNanoReader.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 TypeMethodDescriptionvoidRow.getIntervalMonthDayNano(int columnIndex, NullableIntervalMonthDayNanoHolder holder) Updates the holder with the value from the column with the given index at the current row.voidRow.getIntervalMonthDayNano(String columnName, NullableIntervalMonthDayNanoHolder holder) Updates the holder with the value from the column of the given name at the current row.