Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampSecHolder
Packages that use NullableTimeStampSecHolder
Package
Description
-
Uses of NullableTimeStampSecHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableTimeStampSecHolderModifier and TypeMethodDescriptionvoidTimeStampSecVector.get(int index, NullableTimeStampSecHolder holder) Get the element at the given index from the vector and sets the state in holder.voidTimeStampSecVector.set(int index, NullableTimeStampSecHolder holder) Set the element at the given index to the value set in data holder.voidTimeStampSecVector.setSafe(int index, NullableTimeStampSecHolder holder) Same asTimeStampSecVector.set(int, NullableTimeStampSecHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableTimeStampSecHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableTimeStampSecHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableTimeStampSecHolder holder) voidUnionVector.setSafe(int index, NullableTimeStampSecHolder holder) -
Uses of NullableTimeStampSecHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampSecHolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableTimeStampSecHolder holder) voidNullableTimeStampSecHolderReaderImpl.read(NullableTimeStampSecHolder h) voidNullReader.read(int arrayIndex, NullableTimeStampSecHolder holder) voidNullReader.read(NullableTimeStampSecHolder holder) voidTimeStampSecHolderReaderImpl.read(NullableTimeStampSecHolder h) voidTimeStampSecReaderImpl.read(NullableTimeStampSecHolder h) voidUnionReader.read(NullableTimeStampSecHolder holder) voidTimeStampSecWriterImpl.write(NullableTimeStampSecHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampSecHolderModifierConstructorDescription -
Uses of NullableTimeStampSecHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableTimeStampSecHolder -
Uses of NullableTimeStampSecHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableTimeStampSecHolderModifier and TypeMethodDescriptionvoidRow.getTimeStampSec(int columnIndex, NullableTimeStampSecHolder holder) Updates the holder with the value from the column with the given index at the current row.voidRow.getTimeStampSec(String columnName, NullableTimeStampSecHolder holder) Updates the holder with the value from the column of the given name at the current row.