| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.v3.lifecycle |
Implements the details of the scan lifecycle for a set of readers,
primarily the process of resolving the scan output schema from a variety
of input schemas, then running each reader, each of which will produce
some number of batches.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseTestScanLifecycle.MockEarlySchemaReader
"Early schema" refers to the case in which the reader can provide a schema
when the reader is opened.
|
protected static class |
BaseTestScanLifecycle.MockLateSchemaReader |
protected static class |
BaseTestScanLifecycle.NoDataReader
Mock reader with no data or schema, indicated by an early EOF
exception.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.