Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.lifecycle.ReaderLifecycle
Packages that use ReaderLifecycle
Package
Description
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 ReaderLifecycle in org.apache.drill.exec.physical.impl.scan.v3.file
Methods in org.apache.drill.exec.physical.impl.scan.v3.file with parameters of type ReaderLifecycleModifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
FileScanLifecycle.newNegotiator
(ReaderLifecycle readerLifecycle) Constructors in org.apache.drill.exec.physical.impl.scan.v3.file with parameters of type ReaderLifecycle -
Uses of ReaderLifecycle in org.apache.drill.exec.physical.impl.scan.v3.lifecycle
Fields in org.apache.drill.exec.physical.impl.scan.v3.lifecycle declared as ReaderLifecycleModifier and TypeFieldDescriptionprotected final ReaderLifecycle
SchemaNegotiatorImpl.readerLifecycle
Methods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ReaderLifecycleModifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
ScanLifecycle.newNegotiator
(ReaderLifecycle readerLifecycle) Constructors in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ReaderLifecycle