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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarray()voiddump(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:
arrayin interfaceObjectWriter- Overrides:
arrayin classAbstractObjectWriter
-
writer
Description copied from interface:ObjectWriterGeneric version of the above, for dynamic handling of writers.- Returns:
- the generic form of the column writer
-
events
Description copied from interface:ObjectWriterThe internal state behind this writer. To be used only by the implementation, not by the client.- Specified by:
eventsin interfaceObjectWriter- Specified by:
eventsin classAbstractObjectWriter
-
dump
- Specified by:
dumpin classAbstractObjectWriter
-