| Package | Description |
|---|---|
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| org.apache.drill.exec.vector.accessor.writer.dummy |
This package provides a "dummy" set of writers.
|
| Modifier and Type | Method and Description |
|---|---|
static DictEntryWriter.DictEntryObjectWriter |
DictEntryWriter.buildDictEntryWriter(ColumnMetadata schema,
List<AbstractObjectWriter> keyValueWriters,
DictVector vector) |
| Constructor and Description |
|---|
ObjectDictWriter(ColumnMetadata schema,
org.apache.drill.exec.vector.UInt4Vector offsetVector,
DictEntryWriter.DictEntryObjectWriter entryObjectWriter) |
| Constructor and Description |
|---|
DummyDictWriter(ColumnMetadata schema,
DictEntryWriter.DictEntryObjectWriter entryObjectWriter) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.