Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractArrayWriter.BaseArrayWriter
Package
Description
Implementation of the vector writers.
-
Uses of AbstractArrayWriter.BaseArrayWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclass
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.