Uses of Enum
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin.ScanFrameworkVersion
-
Uses of EasyFormatPlugin.ScanFrameworkVersion in org.apache.drill.exec.store.dfs.easy
Modifier and TypeMethodDescriptionEasyFormatPlugin.EasyFormatConfig.scanVersion()
protected EasyFormatPlugin.ScanFrameworkVersion
EasyFormatPlugin.scanVersion
(OptionSet options) Choose whether to use the enhanced scan based on the row set and scan framework, or the "traditional" ad-hoc structure based on ScanBatch.Returns the enum constant of this type with the specified name.EasyFormatPlugin.ScanFrameworkVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEasyFormatPlugin.EasyFormatConfigBuilder.scanVersion
(EasyFormatPlugin.ScanFrameworkVersion scanVersion) -
Uses of EasyFormatPlugin.ScanFrameworkVersion in org.apache.drill.exec.store.easy.json
Modifier and TypeMethodDescriptionprotected EasyFormatPlugin.ScanFrameworkVersion
JSONFormatPlugin.scanVersion
(OptionSet options)