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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(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:ObjectWriterGeneric version of the above, for dynamic handling of writers.- Returns:
- the generic form of the column writer
-
variant
- Specified by:
variantin interfaceObjectWriter- Overrides:
variantin 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
-