Uses of Class
org.apache.arrow.vector.holders.TimeStampMilliTZHolder
Packages that use TimeStampMilliTZHolder
Package
Description
-
Uses of TimeStampMilliTZHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type TimeStampMilliTZHolderModifier and TypeMethodDescriptionvoidTimeStampMilliTZVector.set(int index, TimeStampMilliTZHolder holder) Set the element at the given index to the value set in data holder.voidTimeStampMilliTZVector.setSafe(int index, TimeStampMilliTZHolder holder) Same asTimeStampMilliTZVector.set(int, TimeStampMilliTZHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of TimeStampMilliTZHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type TimeStampMilliTZHolderModifier and TypeMethodDescriptionvoidNullableTimeStampMilliTZHolderReaderImpl.read(TimeStampMilliTZHolder h) voidNullReader.read(int arrayIndex, TimeStampMilliTZHolder holder) voidNullReader.read(TimeStampMilliTZHolder holder) voidTimeStampMilliTZHolderReaderImpl.read(TimeStampMilliTZHolder h) voidTimeStampMilliTZWriterImpl.write(TimeStampMilliTZHolder h) voidUnionLargeListWriter.write(TimeStampMilliTZHolder holder) voidUnionListViewWriter.write(TimeStampMilliTZHolder holder) voidUnionListWriter.write(TimeStampMilliTZHolder holder) voidUnionWriter.write(TimeStampMilliTZHolder holder) Constructors in org.apache.arrow.vector.complex.impl with parameters of type TimeStampMilliTZHolder -
Uses of TimeStampMilliTZHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type TimeStampMilliTZHolder -
Uses of TimeStampMilliTZHolder in org.apache.arrow.vector.complex.writer
Methods in org.apache.arrow.vector.complex.writer with parameters of type TimeStampMilliTZHolder