Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.lifecycle.ScanLifecycle
Packages that use ScanLifecycle
Package
Description
Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).
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.
-
Uses of ScanLifecycle in org.apache.drill.exec.physical.impl.scan.v3
Methods in org.apache.drill.exec.physical.impl.scan.v3 that return ScanLifecycle -
Uses of ScanLifecycle in org.apache.drill.exec.physical.impl.scan.v3.file
Subclasses of ScanLifecycle in org.apache.drill.exec.physical.impl.scan.v3.fileModifier and TypeClassDescriptionclass
The file scan framework adds into the scan framework support for reading from DFS splits (a file and a block) and for the file-related implicit and partition columns.Methods in org.apache.drill.exec.physical.impl.scan.v3.file that return ScanLifecycle -
Uses of ScanLifecycle in org.apache.drill.exec.physical.impl.scan.v3.lifecycle
Methods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle that return ScanLifecycleConstructors in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ScanLifecycle