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 TypeMethodDescriptionvoid
TimeStampSecVector.get
(int index, NullableTimeStampSecHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TimeStampSecVector.set
(int index, NullableTimeStampSecHolder holder) Set the element at the given index to the value set in data holder.void
TimeStampSecVector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableTimeStampSecHolder holder) void
UnionVector.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 TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableTimeStampSecHolder holder) void
NullableTimeStampSecHolderReaderImpl.read
(NullableTimeStampSecHolder h) void
NullReader.read
(int arrayIndex, NullableTimeStampSecHolder holder) void
NullReader.read
(NullableTimeStampSecHolder holder) void
TimeStampSecHolderReaderImpl.read
(NullableTimeStampSecHolder h) void
TimeStampSecReaderImpl.read
(NullableTimeStampSecHolder h) void
UnionReader.read
(NullableTimeStampSecHolder holder) void
TimeStampSecWriterImpl.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 TypeMethodDescriptionvoid
Row.getTimeStampSec
(int columnIndex, NullableTimeStampSecHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getTimeStampSec
(String columnName, NullableTimeStampSecHolder holder) Updates the holder with the value from the column of the given name at the current row.