Uses of Interface
org.apache.drill.exec.vector.accessor.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
ModifierConstructorDescriptionDictColumnConverter
(DictWriter dictWriter, ColumnConverter keyConverter, ColumnConverter valueConverter) -
Uses of DictWriter in org.apache.drill.exec.vector.accessor
-
Uses of DictWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
The implementation represents the writer as an array writer with special dict entry writer as its element writer. -
Uses of DictWriter in org.apache.drill.exec.vector.accessor.writer.dummy