Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampMicroHolder
Packages that use NullableTimeStampMicroHolder
Package
Description
-
Uses of NullableTimeStampMicroHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableTimeStampMicroHolderModifier and TypeMethodDescriptionvoid
TimeStampMicroVector.get
(int index, NullableTimeStampMicroHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TimeStampMicroVector.set
(int index, NullableTimeStampMicroHolder holder) Set the element at the given index to the value set in data holder.void
TimeStampMicroVector.setSafe
(int index, NullableTimeStampMicroHolder holder) Same asTimeStampMicroVector.set(int, NullableTimeStampMicroHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableTimeStampMicroHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableTimeStampMicroHolderModifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableTimeStampMicroHolder holder) void
UnionVector.setSafe
(int index, NullableTimeStampMicroHolder holder) -
Uses of NullableTimeStampMicroHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampMicroHolderModifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableTimeStampMicroHolder holder) void
NullableTimeStampMicroHolderReaderImpl.read
(NullableTimeStampMicroHolder h) void
NullReader.read
(int arrayIndex, NullableTimeStampMicroHolder holder) void
NullReader.read
(NullableTimeStampMicroHolder holder) void
TimeStampMicroHolderReaderImpl.read
(NullableTimeStampMicroHolder h) void
TimeStampMicroReaderImpl.read
(NullableTimeStampMicroHolder h) void
UnionReader.read
(NullableTimeStampMicroHolder holder) void
TimeStampMicroWriterImpl.write
(NullableTimeStampMicroHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampMicroHolderModifierConstructorDescription -
Uses of NullableTimeStampMicroHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableTimeStampMicroHolder -
Uses of NullableTimeStampMicroHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableTimeStampMicroHolderModifier and TypeMethodDescriptionvoid
Row.getTimeStampMicro
(int columnIndex, NullableTimeStampMicroHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getTimeStampMicro
(String columnName, NullableTimeStampMicroHolder holder) Updates the holder with the value from the column of the given name at the current row.