Class UnionWriterImpl.VariantObjectWriter
java.lang.Object
org.apache.drill.exec.vector.accessor.writer.AbstractObjectWriter
org.apache.drill.exec.vector.accessor.writer.UnionWriterImpl.VariantObjectWriter
- All Implemented Interfaces:
ColumnWriter
,ObjectWriter
- Enclosing class:
- UnionWriterImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(HierarchicalFormatter format) events()
The internal state behind this writer.variant()
writer()
Generic version of the above, for dynamic handling of writers.
-
Constructor Details
-
VariantObjectWriter
-
-
Method Details
-
writer
Description copied from interface:ObjectWriter
Generic version of the above, for dynamic handling of writers.- Returns:
- the generic form of the column writer
-
variant
- Specified by:
variant
in interfaceObjectWriter
- Overrides:
variant
in classAbstractObjectWriter
-
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
-