Uses of Interface
org.apache.arrow.vector.complex.writer.TimeStampMilliTZWriter
Packages that use TimeStampMilliTZWriter
Package
Description
-
Uses of TimeStampMilliTZWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement TimeStampMilliTZWriterModifier and TypeClassDescriptionclass
class
class
Concrete implementation ofBaseWriter.ComplexWriter
.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Writer for MapVectors.class
class
class
class
class
Methods in org.apache.arrow.vector.complex.impl that return TimeStampMilliTZWriterModifier and TypeMethodDescriptionUnionWriter.asTimeStampMilliTZ
(ArrowType arrowType) NullableStructWriter.timeStampMilliTZ
(String name) NullableStructWriter.timeStampMilliTZ
(String name, String timezone) SingleStructWriter.timeStampMilliTZ
(String name) SingleStructWriter.timeStampMilliTZ
(String name, String timezone) UnionLargeListWriter.timeStampMilliTZ()
UnionLargeListWriter.timeStampMilliTZ
(String name) UnionLargeListWriter.timeStampMilliTZ
(String name, String timezone) UnionListViewWriter.timeStampMilliTZ()
UnionListViewWriter.timeStampMilliTZ
(String name) UnionListViewWriter.timeStampMilliTZ
(String name, String timezone) UnionListWriter.timeStampMilliTZ()
UnionListWriter.timeStampMilliTZ
(String name) UnionListWriter.timeStampMilliTZ
(String name, String timezone) UnionWriter.timeStampMilliTZ()
UnionWriter.timeStampMilliTZ
(String name) UnionWriter.timeStampMilliTZ
(String name, String timezone) Methods in org.apache.arrow.vector.complex.impl with parameters of type TimeStampMilliTZWriterModifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, TimeStampMilliTZWriter writer) void
NullReader.copyAsValue
(TimeStampMilliTZWriter writer) void
TimeStampMilliTZHolderReaderImpl.copyAsValue
(TimeStampMilliTZWriter writer) void
TimeStampMilliTZReaderImpl.copyAsValue
(TimeStampMilliTZWriter writer) void
UnionReader.copyAsValue
(TimeStampMilliTZWriter writer) -
Uses of TimeStampMilliTZWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type TimeStampMilliTZWriterModifier and TypeMethodDescriptionvoid
TimeStampMilliTZReader.copyAsField
(String name, TimeStampMilliTZWriter writer) void
TimeStampMilliTZReader.copyAsValue
(TimeStampMilliTZWriter writer) -
Uses of TimeStampMilliTZWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of TimeStampMilliTZWriter in org.apache.arrow.vector.complex.writerModifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Methods in org.apache.arrow.vector.complex.writer that return TimeStampMilliTZWriterModifier and TypeMethodDescriptionBaseWriter.ListWriter.timeStampMilliTZ()
BaseWriter.StructWriter.timeStampMilliTZ
(String name) BaseWriter.StructWriter.timeStampMilliTZ
(String name, String timezone)