Uses of Interface
org.apache.arrow.vector.complex.writer.TimeStampSecTZWriter
Package
Description
-
Uses of TimeStampSecTZWriter in org.apache.arrow.vector.complex.impl
Modifier 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
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionvoid
TimeStampSecTZReader.copyAsField
(String name, TimeStampSecTZWriter writer) void
TimeStampSecTZReader.copyAsValue
(TimeStampSecTZWriter writer) -
Uses of TimeStampSecTZWriter in org.apache.arrow.vector.complex.writer
Modifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Modifier and TypeMethodDescriptionBaseWriter.ListWriter.timeStampSecTZ()
BaseWriter.StructWriter.timeStampSecTZ
(String name) BaseWriter.StructWriter.timeStampSecTZ
(String name, String timezone)