Uses of Interface
org.apache.drill.exec.physical.impl.scan.v3.ReaderFactory
Packages that use ReaderFactory
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 ReaderFactory in org.apache.drill.exec.physical.impl.scan.v3
Classes in org.apache.drill.exec.physical.impl.scan.v3 that implement ReaderFactoryMethods in org.apache.drill.exec.physical.impl.scan.v3 that return ReaderFactoryMethods in org.apache.drill.exec.physical.impl.scan.v3 with parameters of type ReaderFactoryModifier and TypeMethodDescriptionvoid
ScanLifecycleBuilder.readerFactory
(ReaderFactory<?> readerFactory) -
Uses of ReaderFactory in org.apache.drill.exec.physical.impl.scan.v3.file
Classes in org.apache.drill.exec.physical.impl.scan.v3.file that implement ReaderFactoryModifier and TypeClassDescriptionclass
Iterates over the splits for the present scan.Methods in org.apache.drill.exec.physical.impl.scan.v3.file with parameters of type ReaderFactoryModifier and TypeMethodDescriptionFileSchemaNegotiatorImpl.newReader
(ReaderFactory<?> readerFactory) -
Uses of ReaderFactory in org.apache.drill.exec.physical.impl.scan.v3.lifecycle
Methods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle that return ReaderFactoryMethods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle with parameters of type ReaderFactory -
Uses of ReaderFactory in org.apache.drill.exec.store.esri
Classes in org.apache.drill.exec.store.esri that implement ReaderFactory -
Uses of ReaderFactory in org.apache.drill.exec.store.xml
Classes in org.apache.drill.exec.store.xml that implement ReaderFactory