| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.v3.file | |
| 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 |
|---|---|
class |
TestFileScanLifecycle |
| Modifier and Type | Class and Description |
|---|---|
class |
TestReaderErrors
Verifies proper handling of errors from a reader, including use of the
scan and reader error contexts.
|
class |
TestScanLifecycleBasics |
class |
TestScanLifecycleSchema |
class |
TestScanLifecycleTwoReaders
Test two readers in succession in various cases: empty readers, normal readers,
type conflicts, etc.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.