| Package | Description |
|---|---|
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListWriterImpl
List writer, which is basically an array writer, with the addition
that each list element can be null.
|
class |
ObjectArrayWriter
Writer for an array of either a map or another array.
|
class |
ObjectDictWriter
The implementation represents the writer as an array writer
with special dict entry writer as its element writer.
|
class |
RepeatedListWriter
Implements a writer for a repeated list.
|
class |
ScalarArrayWriter
Writer for a column that holds an array of scalars.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.