Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
Packages that use NullableTimeStampMilliTZHolder
Package
Description
-
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableTimeStampMilliTZHolderModifier and TypeMethodDescriptionvoid
TimeStampMilliTZVector.get
(int index, NullableTimeStampMilliTZHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TimeStampMilliTZVector.set
(int index, NullableTimeStampMilliTZHolder holder) Set the element at the given index to the value set in data holder.void
TimeStampMilliTZVector.setSafe
(int index, NullableTimeStampMilliTZHolder holder) Same asTimeStampMilliTZVector.set(int, NullableTimeStampMilliTZHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableTimeStampMilliTZHolderModifier and TypeMethodDescriptionvoid
UnionVector.setSafe
(int index, NullableTimeStampMilliTZHolder holder, ArrowType arrowType) -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampMilliTZHolderModifier and TypeMethodDescriptionvoid
NullableTimeStampMilliTZHolderReaderImpl.read
(NullableTimeStampMilliTZHolder h) void
NullReader.read
(int arrayIndex, NullableTimeStampMilliTZHolder holder) void
NullReader.read
(NullableTimeStampMilliTZHolder holder) void
TimeStampMilliTZHolderReaderImpl.read
(NullableTimeStampMilliTZHolder h) void
TimeStampMilliTZReaderImpl.read
(NullableTimeStampMilliTZHolder h) void
UnionReader.read
(NullableTimeStampMilliTZHolder holder) void
TimeStampMilliTZWriterImpl.write
(NullableTimeStampMilliTZHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampMilliTZHolderModifierConstructorDescription -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableTimeStampMilliTZHolderModifier and TypeMethodDescriptionvoid
TimeStampMilliTZReader.read
(NullableTimeStampMilliTZHolder h) -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableTimeStampMilliTZHolderModifier and TypeMethodDescriptionvoid
Row.getTimeStampMilliTZ
(int columnIndex, NullableTimeStampMilliTZHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getTimeStampMilliTZ
(String columnName, NullableTimeStampMilliTZHolder holder) Updates the holder with the value from the column of the given name at the current row.