Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder
Package
Description
-
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector
Modifier 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
Modifier and TypeMethodDescriptionvoid
UnionVector.setSafe
(int index, NullableTimeStampMilliTZHolder holder, ArrowType arrowType) -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.complex.impl
Modifier 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) ModifierConstructorDescription -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.complex.reader
Modifier and TypeMethodDescriptionvoid
TimeStampMilliTZReader.read
(NullableTimeStampMilliTZHolder h) -
Uses of NullableTimeStampMilliTZHolder in org.apache.arrow.vector.table
Modifier 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.