Class ClassicScanBuilder
java.lang.Object
org.apache.drill.exec.store.dfs.easy.ClassicScanBuilder
Build the original scanner based on the
RecordReader
interface.
Requires that the storage plugin roll its own solutions for null columns.
Is not able to limit vector or batch sizes. Retained or backward
compatibility with "classic" format plugins which have not yet been
upgraded to use the new framework.-
Constructor Summary
ConstructorDescriptionClassicScanBuilder
(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) -
Method Summary
-
Constructor Details
-
ClassicScanBuilder
public ClassicScanBuilder(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin)
-
-
Method Details
-
build
- Throws:
ExecutionSetupException
-