Uses of Class
org.apache.drill.exec.store.dfs.easy.EasySubScan
Packages that use EasySubScan
Package
Description
-
Uses of EasySubScan in org.apache.drill.exec.store.avro
Methods in org.apache.drill.exec.store.avro with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidAvroFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.avro with parameters of type EasySubScanModifierConstructorDescriptionAvroBatchReader(AvroFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.dfs.easy
Methods in org.apache.drill.exec.store.dfs.easy that return EasySubScanMethods in org.apache.drill.exec.store.dfs.easy with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidEasyFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Configure an EVF (v2) scan, which must at least include the factory to create readers.protected FileScanFramework.FileScanBuilderEasyFormatPlugin.frameworkBuilder(EasySubScan scan, OptionSet options) Create the plugin-specific framework that manages the scan.EasyReaderBatchCreator.getBatch(ExecutorFragmentContext context, EasySubScan config, List<RecordBatch> children) protected CloseableRecordBatchEasyFormatPlugin.getReaderBatch(FragmentContext context, EasySubScan scan) protected voidEasyFormatPlugin.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.Constructors in org.apache.drill.exec.store.dfs.easy with parameters of type EasySubScanModifierConstructorDescriptionClassicScanBuilder(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
Methods in org.apache.drill.exec.store.easy.json with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected FileScanFramework.FileScanBuilderJSONFormatPlugin.frameworkBuilder(EasySubScan scan, OptionSet options) -
Uses of EasySubScan in org.apache.drill.exec.store.easy.sequencefile
Methods in org.apache.drill.exec.store.easy.sequencefile with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidSequenceFileFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.easy.sequencefile with parameters of type EasySubScanModifierConstructorDescriptionSequenceFileBatchReader(SequenceFileFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.easy.text
Methods in org.apache.drill.exec.store.easy.text with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidTextFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.esri
Methods in org.apache.drill.exec.store.esri with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidShpFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.excel
Methods in org.apache.drill.exec.store.excel with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidExcelFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.excel with parameters of type EasySubScanModifierConstructorDescriptionExcelBatchReader(org.apache.drill.exec.store.excel.ExcelBatchReader.ExcelReaderConfig readerConfig, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.hdf5
Methods in org.apache.drill.exec.store.hdf5 with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidHDF5FormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.hdf5 with parameters of type EasySubScanModifierConstructorDescriptionHDF5BatchReader(HDF5BatchReader.HDF5ReaderConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.httpd
Methods in org.apache.drill.exec.store.httpd with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidHttpdLogFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.httpd with parameters of type EasySubScanModifierConstructorDescriptionHttpdLogBatchReader(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
Methods in org.apache.drill.exec.store.image with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected FileScanFramework.FileScanBuilderImageFormatPlugin.frameworkBuilder(EasySubScan scan, OptionSet options) ImageFormatPlugin.newBatchReader(EasySubScan scan, OptionSet options) Constructors in org.apache.drill.exec.store.image with parameters of type EasySubScan -
Uses of EasySubScan in org.apache.drill.exec.store.log
Methods in org.apache.drill.exec.store.log with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidLogFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Build a file scan framework for this plugin. -
Uses of EasySubScan in org.apache.drill.exec.store.ltsv
Methods in org.apache.drill.exec.store.ltsv with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidLTSVFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.msaccess
Methods in org.apache.drill.exec.store.msaccess with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidMSAccessFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.pcap.plugin
Methods in org.apache.drill.exec.store.pcap.plugin with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidBasePcapFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.pcapng
Constructors in org.apache.drill.exec.store.pcapng with parameters of type EasySubScanModifierConstructorDescriptionPcapngBatchReader(PcapFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.pdf
Methods in org.apache.drill.exec.store.pdf with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidPdfFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.sas
Methods in org.apache.drill.exec.store.sas with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidSasFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.spss
Methods in org.apache.drill.exec.store.spss with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidSpssFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) -
Uses of EasySubScan in org.apache.drill.exec.store.syslog
Methods in org.apache.drill.exec.store.syslog with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidSyslogFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.syslog with parameters of type EasySubScanModifierConstructorDescriptionSyslogBatchReader(SyslogFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of EasySubScan in org.apache.drill.exec.store.xml
Methods in org.apache.drill.exec.store.xml with parameters of type EasySubScanModifier and TypeMethodDescriptionprotected voidXMLFormatPlugin.configureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Constructors in org.apache.drill.exec.store.xml with parameters of type EasySubScanModifierConstructorDescriptionXMLBatchReader(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)