| Package | Description |
|---|---|
| org.apache.drill.exec.physical.resultSet |
Provides a second-generation row set (AKA "record batch") writer used
by client code to
Define the schema of a result set.
Write data into the vectors backing a row set.
|
| 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.server.rest.stream |
| Modifier and Type | Method and Description |
|---|---|
RowSetReader |
PullResultSetReader.reader()
Obtain a reader to iterate over the rows of the batch.
|
RowSetReader |
PushResultSetReader.start() |
| Modifier and Type | Field and Description |
|---|---|
protected RowSetReader |
ResultSetCopierImpl.rowReader |
| Modifier and Type | Method and Description |
|---|---|
RowSetReader |
PullResultSetReaderImpl.reader() |
RowSetReader |
PushResultSetReaderImpl.start() |
| Modifier and Type | Class and Description |
|---|---|
class |
RowSetReaderImpl
Reader implementation for a row set.
|
| Modifier and Type | Method and Description |
|---|---|
protected RowSetReader |
AbstractSingleRowSet.buildReader(ReaderIndex rowIndex)
Internal method to build the set of column readers needed for
this row set.
|
RowSetReader |
DirectRowSet.reader() |
RowSetReader |
HyperRowSetImpl.reader() |
RowSetReader |
IndirectRowSet.reader() |
RowSetReader |
RowSet.reader() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingHttpConnection.emitBatch(RowSetReader batchReader) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.