Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
Package
Description
-
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
TimeStampSecTZVector.get
(int index, NullableTimeStampSecTZHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TimeStampSecTZVector.set
(int index, NullableTimeStampSecTZHolder holder) Set the element at the given index to the value set in data holder.void
TimeStampSecTZVector.setSafe
(int index, NullableTimeStampSecTZHolder holder) Same asTimeStampSecTZVector.set(int, NullableTimeStampSecTZHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
UnionVector.setSafe
(int index, NullableTimeStampSecTZHolder holder, ArrowType arrowType) -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
NullableTimeStampSecTZHolderReaderImpl.read
(NullableTimeStampSecTZHolder h) void
NullReader.read
(int arrayIndex, NullableTimeStampSecTZHolder holder) void
NullReader.read
(NullableTimeStampSecTZHolder holder) void
TimeStampSecTZHolderReaderImpl.read
(NullableTimeStampSecTZHolder h) void
TimeStampSecTZReaderImpl.read
(NullableTimeStampSecTZHolder h) void
UnionReader.read
(NullableTimeStampSecTZHolder holder) void
TimeStampSecTZWriterImpl.write
(NullableTimeStampSecTZHolder h) ModifierConstructorDescription -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getTimeStampSecTZ
(int columnIndex, NullableTimeStampSecTZHolder holder) Updates the holder with the value from the column with the given index at the current row.void
Row.getTimeStampSecTZ
(String columnName, NullableTimeStampSecTZHolder holder) Updates the holder with the value from the column of the given name at the current row.