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 SchemaNegotiatorImplFileScanLifecycle.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 ReaderLifecycleSchemaNegotiatorImpl.readerLifecycleMethods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ReaderLifecycleModifier and TypeMethodDescriptionprotected SchemaNegotiatorImplScanLifecycle.newNegotiator(ReaderLifecycle readerLifecycle) Constructors in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ReaderLifecycle