Uses of Interface
org.apache.drill.exec.physical.impl.scan.v3.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
Modifier and TypeMethodDescriptionvoid
ScanLifecycleBuilder.readerFactory
(ReaderFactory<?> readerFactory) -
Uses of ReaderFactory in org.apache.drill.exec.physical.impl.scan.v3.file
Modifier and TypeClassDescriptionclass
Iterates over the splits for the present scan.Modifier and TypeMethodDescriptionFileSchemaNegotiatorImpl.newReader
(ReaderFactory<?> readerFactory) -
Uses of ReaderFactory in org.apache.drill.exec.physical.impl.scan.v3.lifecycle
-
Uses of ReaderFactory in org.apache.drill.exec.store.esri
-
Uses of ReaderFactory in org.apache.drill.exec.store.xml