| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
AvroFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
EasySubScan |
EasyGroupScan.getSpecificScan(int minorFragmentId) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
EasyFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan)
Create the plugin-specific framework that manages the scan.
|
CloseableRecordBatch |
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.
|
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
EasyFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
SequenceFileFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
SequenceFileFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
SequenceFileBatchReader(SequenceFileFormatConfig config,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
TextFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
ShpFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
ShpFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
ExcelFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
ExcelFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
HDF5FormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
HttpdLogFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
HttpdLogFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
HttpdLogBatchReader(HttpdLogFormatConfig formatConfig,
int maxRecords,
EasySubScan scan) |
HttpdParser(String logFormat,
String timestampFormat,
boolean flattenWildcards,
boolean parseUserAgent,
String logParserRemapping,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
ImageFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
ImageFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
ImageBatchReader(ImageFormatConfig config,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
LogFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan)
Build a file scan framework for this plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
BasePcapFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
BasePcapFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
PcapngBatchReader(PcapFormatConfig config,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
SpssFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
SpssFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
SyslogFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
SyslogFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
SyslogBatchReader(int maxRecords,
SyslogFormatConfig config,
EasySubScan scan) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
XMLFormatPlugin.frameworkBuilder(OptionManager options,
EasySubScan scan) |
ManagedReader<? extends FileScanFramework.FileSchemaNegotiator> |
XMLFormatPlugin.newBatchReader(EasySubScan scan,
OptionManager options) |
| Constructor and Description |
|---|
XMLBatchReader(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig readerConfig,
EasySubScan scan) |
XMLReaderFactory(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig config,
EasySubScan scan) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.