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 TypeMethodDescriptionvoidDurationVector.get(int index, NullableDurationHolder holder) Get the element at the given index from the vector and sets the state in holder.voidDurationVector.set(int index, NullableDurationHolder holder) Set the element at the given index to the value set in data holder.voidDurationVector.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 TypeMethodDescriptionvoidUnionVector.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 TypeMethodDescriptionvoidDurationHolderReaderImpl.read(NullableDurationHolder h) voidDurationReaderImpl.read(NullableDurationHolder h) voidNullableDurationHolderReaderImpl.read(NullableDurationHolder h) voidNullReader.read(int arrayIndex, NullableDurationHolder holder) voidNullReader.read(NullableDurationHolder holder) voidUnionReader.read(NullableDurationHolder holder) voidDurationWriterImpl.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 TypeMethodDescriptionvoidRow.getDuration(int columnIndex, NullableDurationHolder holder) Updates the holder with the value from the column with the given index at the current row.voidRow.getDuration(String columnName, NullableDurationHolder holder) Updates the holder with the value from the column of the given name at the current row.