Uses of Interface
org.apache.drill.exec.vector.accessor.DictWriter
Packages that use DictWriter
Package
Description
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
Implementation of the vector writers.
This package provides a "dummy" set of writers.
-
Uses of DictWriter in org.apache.drill.exec.record
Constructors in org.apache.drill.exec.record with parameters of type DictWriterModifierConstructorDescriptionDictColumnConverter
(DictWriter dictWriter, ColumnConverter keyConverter, ColumnConverter valueConverter) -
Uses of DictWriter in org.apache.drill.exec.vector.accessor
Methods in org.apache.drill.exec.vector.accessor that return DictWriter -
Uses of DictWriter in org.apache.drill.exec.vector.accessor.writer
Classes in org.apache.drill.exec.vector.accessor.writer that implement DictWriterModifier and TypeClassDescriptionclass
The implementation represents the writer as an array writer with special dict entry writer as its element writer.Methods in org.apache.drill.exec.vector.accessor.writer that return DictWriterModifier and TypeMethodDescriptionAbstractArrayWriter.dict()
AbstractObjectWriter.dict()
AbstractTupleWriter.dict
(int colIndex) ObjectDictWriter.DictObjectWriter.dict()
Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type DictWriter -
Uses of DictWriter in org.apache.drill.exec.vector.accessor.writer.dummy
Classes in org.apache.drill.exec.vector.accessor.writer.dummy that implement DictWriter