Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractArrayWriter
Packages that use 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
Subclasses of AbstractArrayWriter in org.apache.drill.exec.vector.accessor.writerModifier 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.Fields in org.apache.drill.exec.vector.accessor.writer declared as AbstractArrayWriterModifier and TypeFieldDescriptionprotected final AbstractArrayWriter
AbstractArrayWriter.ArrayObjectWriter.arrayWriter
Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type AbstractArrayWriter -
Uses of AbstractArrayWriter in org.apache.drill.exec.vector.accessor.writer.dummy
Subclasses of AbstractArrayWriter in org.apache.drill.exec.vector.accessor.writer.dummyModifier and TypeClassDescriptionclass
Dummy scalar array writer that allows a client to write values into the array, but discards all of them.class