| Package | Description |
|---|---|
| org.apache.drill.exec.record | |
| org.apache.drill.exec.vector.accessor |
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
|
| 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.
|
| Constructor and Description |
|---|
DictColumnConverter(DictWriter dictWriter,
ColumnConverter keyConverter,
ColumnConverter valueConverter) |
| Modifier and Type | Method and Description |
|---|---|
DictWriter |
ArrayWriter.dict() |
DictWriter |
ObjectWriter.dict() |
DictWriter |
TupleWriter.dict(int colIndex) |
DictWriter |
TupleWriter.dict(String colName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectDictWriter
The implementation represents the writer as an array writer
with special dict entry writer as its element writer.
|
| Modifier and Type | Method and Description |
|---|---|
DictWriter |
AbstractArrayWriter.dict() |
DictWriter |
AbstractObjectWriter.dict() |
DictWriter |
ObjectDictWriter.DictObjectWriter.dict() |
DictWriter |
AbstractTupleWriter.dict(int colIndex) |
DictWriter |
AbstractTupleWriter.dict(String colName) |
| Constructor and Description |
|---|
DictObjectWriter(DictWriter dictWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyDictWriter |
Copyright © 2021 The Apache Software Foundation. All rights reserved.