Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractTupleWriter
Package
Description
Handles the details of the result set loader implementation.
Provides a set of tools to work with row sets.
Implementation of the vector writers.
-
Uses of AbstractTupleWriter in org.apache.drill.exec.physical.resultSet.impl
Modifier and TypeMethodDescriptionTupleState.DictArrayState.writer()
TupleState.MapArrayState.writer()
Return the tuple writer for the map.TupleState.RowState.writer()
TupleState.SingleDictState.writer()
TupleState.SingleMapState.writer()
Return the tuple writer for the map.abstract AbstractTupleWriter
TupleState.writer()
-
Uses of AbstractTupleWriter in org.apache.drill.exec.physical.rowSet
-
Uses of AbstractTupleWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
Writer for a Dict entry.class
Writer for a Drill Map type.protected static class
Writer for a an array of maps.protected static class
protected static class
protected static class
Writer for a single (non-array) map.Modifier and TypeFieldDescriptionprotected final AbstractTupleWriter
AbstractTupleWriter.TupleObjectWriter.tupleWriter