Package | Description |
---|---|
org.apache.drill.exec.physical.resultSet.impl |
Handles the details of the result set loader implementation.
|
org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleState
Represents the loader state for a tuple: a row or a map.
|
static class |
TupleState.DictArrayState |
static class |
TupleState.DictState |
static class |
TupleState.MapArrayState |
static class |
TupleState.MapState
Represents a tuple defined as a Drill map: single or repeated.
|
static class |
TupleState.RowState
Handles the details of the top-level tuple, the data row itself.
|
static class |
TupleState.SingleDictState |
static class |
TupleState.SingleMapState |
Modifier and Type | Field and Description |
---|---|
protected AbstractTupleWriter.TupleWriterListener |
AbstractTupleWriter.listener |
Modifier and Type | Method and Description |
---|---|
AbstractTupleWriter.TupleWriterListener |
AbstractTupleWriter.listener() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTupleWriter.bindListener(AbstractTupleWriter.TupleWriterListener listener) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.