Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractArrayWriter
Package
Description
Implementation of the vector writers.
This package provides a "dummy" set of writers.
-
Uses of AbstractArrayWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionstatic class
class
List writer, which is basically an array writer, with the addition that each list element can be null.class
Writer for an array of either a map or another array.class
The implementation represents the writer as an array writer with special dict entry writer as its element writer.class
Implements a writer for a repeated list.class
Writer for a column that holds an array of scalars.Modifier and TypeFieldDescriptionprotected final AbstractArrayWriter
AbstractArrayWriter.ArrayObjectWriter.arrayWriter
-
Uses of AbstractArrayWriter in org.apache.drill.exec.vector.accessor.writer.dummy
Modifier and TypeClassDescriptionclass
Dummy scalar array writer that allows a client to write values into the array, but discards all of them.class