Class FileReaderFactory

java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.file.FileReaderFactory
All Implemented Interfaces:
ReaderFactory<FileSchemaNegotiator>
Direct Known Subclasses:
ShpFormatPlugin.ShpReaderFactory, XMLFormatPlugin.XMLReaderFactory

public abstract class FileReaderFactory extends Object implements ReaderFactory<FileSchemaNegotiator>
Iterates over the splits for the present scan. For each, creates a new reader. The file framework passes the file split (and the Drill file system) in via the schema negotiator to the constructor which should open the file.