Uses of Class
org.apache.drill.exec.vector.accessor.writer.AbstractArrayWriter.BaseArrayWriter
Packages that use AbstractArrayWriter.BaseArrayWriter
Package
Description
Implementation of the vector writers.
-
Uses of AbstractArrayWriter.BaseArrayWriter in org.apache.drill.exec.vector.accessor.writer
Modifier and TypeClassDescriptionclassList writer, which is basically an array writer, with the addition that each list element can be null.classWriter for an array of either a map or another array.classThe implementation represents the writer as an array writer with special dict entry writer as its element writer.classImplements a writer for a repeated list.classWriter for a column that holds an array of scalars.