Uses of Interface
org.apache.arrow.vector.complex.writer.TimeStampSecTZWriter
Packages that use TimeStampSecTZWriter
Package
Description
-
Uses of TimeStampSecTZWriter in org.apache.arrow.vector.complex.impl
Classes in org.apache.arrow.vector.complex.impl that implement TimeStampSecTZWriterModifier 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 TimeStampSecTZWriterModifier and TypeMethodDescriptionUnionWriter.asTimeStampSecTZ
(ArrowType arrowType) NullableStructWriter.timeStampSecTZ
(String name) NullableStructWriter.timeStampSecTZ
(String name, String timezone) SingleStructWriter.timeStampSecTZ
(String name) SingleStructWriter.timeStampSecTZ
(String name, String timezone) UnionLargeListWriter.timeStampSecTZ()
UnionLargeListWriter.timeStampSecTZ
(String name) UnionLargeListWriter.timeStampSecTZ
(String name, String timezone) UnionListViewWriter.timeStampSecTZ()
UnionListViewWriter.timeStampSecTZ
(String name) UnionListViewWriter.timeStampSecTZ
(String name, String timezone) UnionListWriter.timeStampSecTZ()
UnionListWriter.timeStampSecTZ
(String name) UnionListWriter.timeStampSecTZ
(String name, String timezone) UnionWriter.timeStampSecTZ()
UnionWriter.timeStampSecTZ
(String name) UnionWriter.timeStampSecTZ
(String name, String timezone) Methods in org.apache.arrow.vector.complex.impl with parameters of type TimeStampSecTZWriterModifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, TimeStampSecTZWriter writer) void
NullReader.copyAsValue
(TimeStampSecTZWriter writer) void
TimeStampSecTZHolderReaderImpl.copyAsValue
(TimeStampSecTZWriter writer) void
TimeStampSecTZReaderImpl.copyAsValue
(TimeStampSecTZWriter writer) void
UnionReader.copyAsValue
(TimeStampSecTZWriter writer) -
Uses of TimeStampSecTZWriter in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type TimeStampSecTZWriterModifier and TypeMethodDescriptionvoid
TimeStampSecTZReader.copyAsField
(String name, TimeStampSecTZWriter writer) void
TimeStampSecTZReader.copyAsValue
(TimeStampSecTZWriter writer) -
Uses of TimeStampSecTZWriter in org.apache.arrow.vector.complex.writer
Subinterfaces of TimeStampSecTZWriter 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 TimeStampSecTZWriterModifier and TypeMethodDescriptionBaseWriter.ListWriter.timeStampSecTZ()
BaseWriter.StructWriter.timeStampSecTZ
(String name) BaseWriter.StructWriter.timeStampSecTZ
(String name, String timezone)