Uses of Class
org.apache.drill.exec.vector.accessor.writer.ObjectArrayWriter
Packages that use ObjectArrayWriter
Package
Description
Implementation of the vector writers.
- 
Uses of ObjectArrayWriter in org.apache.drill.exec.vector.accessor.writerSubclasses of ObjectArrayWriter in org.apache.drill.exec.vector.accessor.writerModifier and TypeClassDescriptionclassList writer, which is basically an array writer, with the addition that each list element can be null.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.