Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.ManagedReader.EarlyEofException
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.
Version 3 of the text reader.
-
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.physical.impl.scan.v3
-
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.physical.impl.scan.v3.file
Modifier and TypeMethodDescriptionabstract ManagedReader
FileReaderFactory.newReader
(FileSchemaNegotiator negotiator) FileSchemaNegotiatorImpl.newReader
(ReaderFactory<?> readerFactory) FileReaderFactory.next
(FileSchemaNegotiator negotiator) -
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.physical.impl.scan.v3.lifecycle
-
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.store.easy.text.reader
ModifierConstructorDescriptionCompliantTextBatchReader
(FileSchemaNegotiator schemaNegotiator, TextParsingSettings settings) Create and open the text reader. -
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.store.xml
Modifier and TypeMethodDescriptionXMLFormatPlugin.XMLReaderFactory.newReader
(FileSchemaNegotiator negotiator)