Uses of Interface
org.apache.arrow.vector.complex.writer.TimeStampMilliWriter
Packages that use TimeStampMilliWriter
Package
Description
-
Uses of TimeStampMilliWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement TimeStampMilliWriterModifier and TypeClassDescriptionclassclassclassConcrete implementation ofBaseWriter.ComplexWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassWriter for MapVectors.classclassclassclassclassMethods in org.apache.arrow.vector.complex.impl that return TimeStampMilliWriterModifier and TypeMethodDescriptionDenseUnionWriter.asTimeStampMilli(byte typeId) UnionWriter.asTimeStampMilli()DenseUnionWriter.timeStampMilli()DenseUnionWriter.timeStampMilli(String name) NullableStructWriter.timeStampMilli(String name) SingleStructWriter.timeStampMilli(String name) UnionFixedSizeListWriter.timeStampMilli()UnionFixedSizeListWriter.timeStampMilli(String name) UnionLargeListWriter.timeStampMilli()UnionLargeListWriter.timeStampMilli(String name) UnionListViewWriter.timeStampMilli()UnionListViewWriter.timeStampMilli(String name) UnionListWriter.timeStampMilli()UnionListWriter.timeStampMilli(String name) UnionMapWriter.timeStampMilli()UnionWriter.timeStampMilli()UnionWriter.timeStampMilli(String name) Methods in org.apache.arrow.vector.complex.impl with parameters of type TimeStampMilliWriterModifier and TypeMethodDescriptionvoidNullReader.copyAsField(String name, TimeStampMilliWriter writer) voidDenseUnionReader.copyAsValue(TimeStampMilliWriter writer) voidNullReader.copyAsValue(TimeStampMilliWriter writer) voidTimeStampMilliHolderReaderImpl.copyAsValue(TimeStampMilliWriter writer) voidTimeStampMilliReaderImpl.copyAsValue(TimeStampMilliWriter writer) voidUnionReader.copyAsValue(TimeStampMilliWriter writer) -
Uses of TimeStampMilliWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type TimeStampMilliWriterModifier and TypeMethodDescriptionvoidTimeStampMilliReader.copyAsField(String name, TimeStampMilliWriter writer) voidTimeStampMilliReader.copyAsValue(TimeStampMilliWriter writer) -
Uses of TimeStampMilliWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of TimeStampMilliWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interfaceinterfaceComposite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return TimeStampMilliWriterModifier and TypeMethodDescriptionBaseWriter.ListWriter.timeStampMilli()BaseWriter.StructWriter.timeStampMilli(String name)