| Package | Description |
|---|---|
| org.apache.drill.exec.physical.resultSet.impl |
Handles the details of the result set loader implementation.
|
| org.apache.drill.exec.physical.rowSet |
Provides a set of tools to work with row sets.
|
| org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RowSetLoaderImpl
Implementation of the row set loader.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractTupleWriter |
TupleState.writer() |
AbstractTupleWriter |
TupleState.RowState.writer() |
AbstractTupleWriter |
TupleState.SingleMapState.writer()
Return the tuple writer for the map.
|
AbstractTupleWriter |
TupleState.MapArrayState.writer()
Return the tuple writer for the map.
|
AbstractTupleWriter |
TupleState.SingleDictState.writer() |
AbstractTupleWriter |
TupleState.DictArrayState.writer() |
| Modifier and Type | Class and Description |
|---|---|
class |
RowSetWriterImpl
Implementation of a row set writer.
|
class |
TestDummyWriter.RootWriterFixture
Test only, bare-bones tuple writer used to gather the dummy
column writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictEntryWriter
Writer for a Dict entry.
|
class |
MapWriter
Writer for a Drill Map type.
|
protected static class |
MapWriter.ArrayMapWriter
Writer for a an array of maps.
|
protected static class |
MapWriter.DummyArrayMapWriter |
protected static class |
MapWriter.DummyMapWriter |
protected static class |
MapWriter.SingleMapWriter
Writer for a single (non-array) map.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractTupleWriter |
AbstractTupleWriter.TupleObjectWriter.tupleWriter |
| Constructor and Description |
|---|
TupleObjectWriter(AbstractTupleWriter tupleWriter) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.