Uses of Interface
org.apache.arrow.vector.complex.writer.IntervalMonthDayNanoWriter
Package
Description
-
Uses of IntervalMonthDayNanoWriter 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 TypeMethodDescriptionDenseUnionWriter.asIntervalMonthDayNano
(byte typeId) UnionWriter.asIntervalMonthDayNano()
DenseUnionWriter.intervalMonthDayNano()
DenseUnionWriter.intervalMonthDayNano
(String name) NullableStructWriter.intervalMonthDayNano
(String name) SingleStructWriter.intervalMonthDayNano
(String name) UnionFixedSizeListWriter.intervalMonthDayNano()
UnionFixedSizeListWriter.intervalMonthDayNano
(String name) UnionLargeListWriter.intervalMonthDayNano()
UnionLargeListWriter.intervalMonthDayNano
(String name) UnionListViewWriter.intervalMonthDayNano()
UnionListViewWriter.intervalMonthDayNano
(String name) UnionListWriter.intervalMonthDayNano()
UnionListWriter.intervalMonthDayNano
(String name) UnionMapWriter.intervalMonthDayNano()
UnionWriter.intervalMonthDayNano()
UnionWriter.intervalMonthDayNano
(String name) Modifier and TypeMethodDescriptionvoid
NullReader.copyAsField
(String name, IntervalMonthDayNanoWriter writer) void
DenseUnionReader.copyAsValue
(IntervalMonthDayNanoWriter writer) void
IntervalMonthDayNanoHolderReaderImpl.copyAsValue
(IntervalMonthDayNanoWriter writer) void
IntervalMonthDayNanoReaderImpl.copyAsValue
(IntervalMonthDayNanoWriter writer) void
NullReader.copyAsValue
(IntervalMonthDayNanoWriter writer) void
UnionReader.copyAsValue
(IntervalMonthDayNanoWriter writer) -
Uses of IntervalMonthDayNanoWriter in org.apache.arrow.vector.complex.reader
Modifier and TypeMethodDescriptionvoid
IntervalMonthDayNanoReader.copyAsField
(String name, IntervalMonthDayNanoWriter writer) void
IntervalMonthDayNanoReader.copyAsValue
(IntervalMonthDayNanoWriter writer) -
Uses of IntervalMonthDayNanoWriter in org.apache.arrow.vector.complex.writer
Modifier and TypeInterfaceDescriptionstatic interface
interface
Composite of all writer types.Modifier and TypeMethodDescriptionBaseWriter.ListWriter.intervalMonthDayNano()
BaseWriter.StructWriter.intervalMonthDayNano
(String name)