Package org.apache.drill.exec.store.hdf5
Class HDF5FormatPlugin
java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin<HDF5FormatConfig>
org.apache.drill.exec.store.hdf5.HDF5FormatPlugin
- All Implemented Interfaces:
- FormatPlugin
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPluginEasyFormatPlugin.EasyFormatConfig, EasyFormatPlugin.EasyFormatConfigBuilder, EasyFormatPlugin.ScanFrameworkVersion
- 
Field SummaryFieldsFields inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPluginformatConfig
- 
Constructor SummaryConstructorsConstructorDescriptionHDF5FormatPlugin(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, StoragePluginConfig storageConfig, HDF5FormatConfig formatConfig) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidconfigureScan(FileScanLifecycleBuilder builder, EasySubScan scan) Configure an EVF (v2) scan, which must at least include the factory to create readers.Methods inherited from class org.apache.drill.exec.store.dfs.easy.EasyFormatPlugineasyConfig, frameworkBuilder, getConfig, getContext, getFsConf, getGroupScan, getGroupScan, getMatcher, getName, getOptimizerRules, getReaderBatch, getReaderOperatorType, getRecordReader, getRecordWriter, getScanStats, getStatisticsRecordWriter, getStorageConfig, getWriter, getWriterBatch, getWriterOperatorType, initScanBuilder, isBlockSplittable, isCompressible, isStatisticsRecordWriter, newBatchReader, readStatistics, scanVersion, supportsAutoPartitioning, supportsFileImplicitColumns, supportsLimitPushdown, supportsPushDown, supportsRead, supportsStatistics, supportsWrite, writeStatisticsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.exec.store.dfs.FormatPlugingetGroupScan, getGroupScan, getOptimizerRules
- 
Field Details- 
DEFAULT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
HDF5FormatPluginpublic HDF5FormatPlugin(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, StoragePluginConfig storageConfig, HDF5FormatConfig formatConfig) 
 
- 
- 
Method Details- 
configureScanDescription copied from class:EasyFormatPluginConfigure an EVF (v2) scan, which must at least include the factory to create readers.- Overrides:
- configureScanin class- EasyFormatPlugin<HDF5FormatConfig>
- Parameters:
- builder- the builder with default options already set, and which allows the plugin implementation to set others
 
 
-