Class AbstractTupleWriter.TupleObjectWriter
java.lang.Object
org.apache.drill.exec.vector.accessor.writer.AbstractObjectWriter
org.apache.drill.exec.vector.accessor.writer.AbstractTupleWriter.TupleObjectWriter
- All Implemented Interfaces:
ColumnWriter,ObjectWriter
- Direct Known Subclasses:
DictEntryWriter.DictEntryObjectWriter
- Enclosing class:
AbstractTupleWriter
Generic object wrapper for the tuple writer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(HierarchicalFormatter format) events()The internal state behind this writer.tuple()writer()Generic version of the above, for dynamic handling of writers.
-
Field Details
-
tupleWriter
-
-
Constructor Details
-
TupleObjectWriter
-
-
Method Details
-
writer
Description copied from interface:ObjectWriterGeneric version of the above, for dynamic handling of writers.- Returns:
- the generic form of the column writer
-
tuple
- Specified by:
tuplein interfaceObjectWriter- Overrides:
tuplein classAbstractObjectWriter
-
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
-