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 TypeMethodDescriptionvoidTimeStampMilliTZVector.get(int index, NullableTimeStampMilliTZHolder holder) Get the element at the given index from the vector and sets the state in holder.voidTimeStampMilliTZVector.set(int index, NullableTimeStampMilliTZHolder holder) Set the element at the given index to the value set in data holder.voidTimeStampMilliTZVector.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 TypeMethodDescriptionvoidUnionVector.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 TypeMethodDescriptionvoidNullableTimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) voidNullReader.read(int arrayIndex, NullableTimeStampMilliTZHolder holder) voidNullReader.read(NullableTimeStampMilliTZHolder holder) voidTimeStampMilliTZHolderReaderImpl.read(NullableTimeStampMilliTZHolder h) voidTimeStampMilliTZReaderImpl.read(NullableTimeStampMilliTZHolder h) voidUnionReader.read(NullableTimeStampMilliTZHolder holder) voidTimeStampMilliTZWriterImpl.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 TypeMethodDescriptionvoidTimeStampMilliTZReader.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 TypeMethodDescriptionvoidRow.getTimeStampMilliTZ(int columnIndex, NullableTimeStampMilliTZHolder holder) Updates the holder with the value from the column with the given index at the current row.voidRow.getTimeStampMilliTZ(String columnName, NullableTimeStampMilliTZHolder holder) Updates the holder with the value from the column of the given name at the current row.