Uses of Class
org.apache.arrow.vector.holders.NullableTimeStampSecTZHolder
Packages that use NullableTimeStampSecTZHolder
Package
Description
-
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableTimeStampSecTZHolderModifier and TypeMethodDescriptionvoidTimeStampSecTZVector.get(int index, NullableTimeStampSecTZHolder holder) Get the element at the given index from the vector and sets the state in holder.voidTimeStampSecTZVector.set(int index, NullableTimeStampSecTZHolder holder) Set the element at the given index to the value set in data holder.voidTimeStampSecTZVector.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
Methods in org.apache.arrow.vector.complex with parameters of type NullableTimeStampSecTZHolderModifier and TypeMethodDescriptionvoidUnionVector.setSafe(int index, NullableTimeStampSecTZHolder holder, ArrowType arrowType) -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampSecTZHolderModifier and TypeMethodDescriptionvoidNullableTimeStampSecTZHolderReaderImpl.read(NullableTimeStampSecTZHolder h) voidNullReader.read(int arrayIndex, NullableTimeStampSecTZHolder holder) voidNullReader.read(NullableTimeStampSecTZHolder holder) voidTimeStampSecTZHolderReaderImpl.read(NullableTimeStampSecTZHolder h) voidTimeStampSecTZReaderImpl.read(NullableTimeStampSecTZHolder h) voidUnionReader.read(NullableTimeStampSecTZHolder holder) voidTimeStampSecTZWriterImpl.write(NullableTimeStampSecTZHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableTimeStampSecTZHolderModifierConstructorDescription -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableTimeStampSecTZHolder -
Uses of NullableTimeStampSecTZHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableTimeStampSecTZHolderModifier and TypeMethodDescriptionvoidRow.getTimeStampSecTZ(int columnIndex, NullableTimeStampSecTZHolder holder) Updates the holder with the value from the column with the given index at the current row.voidRow.getTimeStampSecTZ(String columnName, NullableTimeStampSecTZHolder holder) Updates the holder with the value from the column of the given name at the current row.