Package org.apache.drill.exec.store.xml
Class XMLFormatPlugin.XMLReaderFactory
java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.file.FileReaderFactory
org.apache.drill.exec.store.xml.XMLFormatPlugin.XMLReaderFactory
- All Implemented Interfaces:
ReaderFactory<FileSchemaNegotiator>
- Enclosing class:
- XMLFormatPlugin
-
Constructor Summary
ConstructorDescriptionXMLReaderFactory
(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig config, EasySubScan scan) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.impl.scan.v3.file.FileReaderFactory
bind, hasNext, next
-
Constructor Details
-
XMLReaderFactory
public XMLReaderFactory(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig config, EasySubScan scan)
-
-
Method Details
-
newReader
public ManagedReader newReader(FileSchemaNegotiator negotiator) throws ManagedReader.EarlyEofException - Specified by:
newReader
in classFileReaderFactory
- Throws:
ManagedReader.EarlyEofException
-