Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.ManagedReader.EarlyEofException
Packages that use 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
Methods in org.apache.drill.exec.physical.impl.scan.v3 that throw ManagedReader.EarlyEofException -
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.physical.impl.scan.v3.file
Methods in org.apache.drill.exec.physical.impl.scan.v3.file that throw ManagedReader.EarlyEofExceptionModifier 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
Methods in org.apache.drill.exec.physical.impl.scan.v3.lifecycle that throw ManagedReader.EarlyEofException -
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.store.easy.text.reader
Constructors in org.apache.drill.exec.store.easy.text.reader that throw ManagedReader.EarlyEofExceptionModifierConstructorDescriptionCompliantTextBatchReader
(FileSchemaNegotiator schemaNegotiator, TextParsingSettings settings) Create and open the text reader. -
Uses of ManagedReader.EarlyEofException in org.apache.drill.exec.store.xml
Methods in org.apache.drill.exec.store.xml that throw ManagedReader.EarlyEofExceptionModifier and TypeMethodDescriptionXMLFormatPlugin.XMLReaderFactory.newReader
(FileSchemaNegotiator negotiator)