Uses of Class
org.apache.drill.exec.store.dfs.easy.EasySubScan
Package
Description
-
Uses of EasySubScan in org.apache.drill.exec.store.avro
Modifier and TypeMethodDescriptionprotected void
AvroFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionAvroBatchReader
(AvroFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.dfs.easy
Modifier and TypeMethodDescriptionprotected void
EasyFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) Configure an EVF (v2) scan, which must at least include the factory to create readers.protected FileScanFramework.FileScanBuilder
EasyFormatPlugin.frameworkBuilder
(EasySubScan scan, OptionSet options) Create the plugin-specific framework that manages the scan.EasyReaderBatchCreator.getBatch
(ExecutorFragmentContext context, EasySubScan config, List<RecordBatch> children) protected CloseableRecordBatch
EasyFormatPlugin.getReaderBatch
(FragmentContext context, EasySubScan scan) protected void
EasyFormatPlugin.initScanBuilder
(FileScanFramework.FileScanBuilder builder, EasySubScan scan) Initialize the scan framework builder with standard options.EasyFormatPlugin.newBatchReader
(EasySubScan scan, OptionSet options) For EVF V1, to be removed.ModifierConstructorDescriptionClassicScanBuilder
(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) EasyFileScanBuilder
(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) ConstructorEvfErrorContext
(EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) -
Uses of EasySubScan in org.apache.drill.exec.store.easy.json
Modifier and TypeMethodDescriptionprotected FileScanFramework.FileScanBuilder
JSONFormatPlugin.frameworkBuilder
(EasySubScan scan, OptionSet options) -
Uses of EasySubScan in org.apache.drill.exec.store.easy.sequencefile
Modifier and TypeMethodDescriptionprotected void
SequenceFileFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionSequenceFileBatchReader
(SequenceFileFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.easy.text
Modifier and TypeMethodDescriptionprotected void
TextFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.esri
Modifier and TypeMethodDescriptionprotected void
ShpFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.excel
Modifier and TypeMethodDescriptionprotected void
ExcelFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionExcelBatchReader
(org.apache.drill.exec.store.excel.ExcelBatchReader.ExcelReaderConfig readerConfig, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.hdf5
Modifier and TypeMethodDescriptionprotected FileScanFramework.FileScanBuilder
HDF5FormatPlugin.frameworkBuilder
(EasySubScan scan, OptionSet options) -
Uses of EasySubScan in org.apache.drill.exec.store.httpd
Modifier and TypeMethodDescriptionprotected void
HttpdLogFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionHttpdLogBatchReader
(HttpdLogFormatConfig formatConfig, EasySubScan scan, FileSchemaNegotiator negotiator) HttpdParser
(String logFormat, String timestampFormat, boolean flattenWildcards, boolean parseUserAgent, String logParserRemapping, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.image
Modifier and TypeMethodDescriptionprotected FileScanFramework.FileScanBuilder
ImageFormatPlugin.frameworkBuilder
(EasySubScan scan, OptionSet options) ImageFormatPlugin.newBatchReader
(EasySubScan scan, OptionSet options) -
Uses of EasySubScan in org.apache.drill.exec.store.log
Modifier and TypeMethodDescriptionprotected void
LogFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) Build a file scan framework for this plugin. -
Uses of EasySubScan in org.apache.drill.exec.store.ltsv
Modifier and TypeMethodDescriptionprotected void
LTSVFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.msaccess
Modifier and TypeMethodDescriptionprotected void
MSAccessFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.pcap.plugin
Modifier and TypeMethodDescriptionprotected void
BasePcapFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.pcapng
ModifierConstructorDescriptionPcapngBatchReader
(PcapFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.pdf
Modifier and TypeMethodDescriptionprotected void
PdfFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.sas
Modifier and TypeMethodDescriptionprotected void
SasFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.spss
Modifier and TypeMethodDescriptionprotected void
SpssFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.syslog
Modifier and TypeMethodDescriptionprotected void
SyslogFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionSyslogBatchReader
(SyslogFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.xml
Modifier and TypeMethodDescriptionprotected void
XMLFormatPlugin.configureScan
(FileScanLifecycleBuilder builder, EasySubScan scan) ModifierConstructorDescriptionXMLBatchReader
(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig readerConfig, EasySubScan scan, FileSchemaNegotiator negotiator) XMLReaderFactory
(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig config, EasySubScan scan)