Class EasyFormatPlugin<T extends FormatPluginConfig>

java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin<T>
Type Parameters:
T - the format plugin config for this reader
All Implemented Interfaces:
FormatPlugin
Direct Known Subclasses:
AvroFormatPlugin, BasePcapFormatPlugin, ExcelFormatPlugin, HDF5FormatPlugin, HttpdLogFormatPlugin, ImageFormatPlugin, JSONFormatPlugin, LogFormatPlugin, LTSVFormatPlugin, MSAccessFormatPlugin, PdfFormatPlugin, SasFormatPlugin, SequenceFileFormatPlugin, ShpFormatPlugin, SpssFormatPlugin, SyslogFormatPlugin, TextFormatPlugin, XMLFormatPlugin

public abstract class EasyFormatPlugin<T extends FormatPluginConfig> extends Object implements FormatPlugin
Base class for file readers.

Provides a bridge between the legacy RecordReader-style readers and the newer ManagedReader style. Over time, split the class, or provide a cleaner way to handle the differences.