Class AbstractArrayWriter.ArrayObjectWriter
java.lang.Object
org.apache.drill.exec.vector.accessor.writer.AbstractObjectWriter
org.apache.drill.exec.vector.accessor.writer.AbstractArrayWriter.ArrayObjectWriter
- All Implemented Interfaces:
ColumnWriter
,ObjectWriter
- Direct Known Subclasses:
ObjectDictWriter.DictObjectWriter
- Enclosing class:
- AbstractArrayWriter
Object representation of an array writer.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionarray()
void
dump
(HierarchicalFormatter format) events()
The internal state behind this writer.writer()
Generic version of the above, for dynamic handling of writers.
-
Field Details
-
arrayWriter
-
-
Constructor Details
-
ArrayObjectWriter
-
-
Method Details
-
array
- Specified by:
array
in interfaceObjectWriter
- Overrides:
array
in classAbstractObjectWriter
-
writer
Description copied from interface:ObjectWriter
Generic version of the above, for dynamic handling of writers.- Returns:
- the generic form of the column writer
-
events
Description copied from interface:ObjectWriter
The internal state behind this writer. To be used only by the implementation, not by the client.- Specified by:
events
in interfaceObjectWriter
- Specified by:
events
in classAbstractObjectWriter
-
dump
- Specified by:
dump
in classAbstractObjectWriter
-