Uses of Class
org.apache.drill.exec.vector.accessor.writer.ObjectArrayWriter
Package
Description
Implementation of the vector writers.
-
Uses of ObjectArrayWriter 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
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.