public class HDF5FormatPlugin extends EasyFormatPlugin<HDF5FormatConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
HDF5FormatPlugin.HDF5ReaderFactory |
EasyFormatPlugin.EasyFormatConfig, EasyFormatPlugin.EasyFormatConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME |
formatConfig| Constructor and Description |
|---|
HDF5FormatPlugin(String name,
DrillbitContext context,
org.apache.hadoop.conf.Configuration fsConf,
StoragePluginConfig storageConfig,
HDF5FormatConfig formatConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected FileScanFramework.FileScanBuilder |
frameworkBuilder(OptionManager options,
EasySubScan scan)
Create the plugin-specific framework that manages the scan.
|
easyConfig, getConfig, getContext, getFsConf, getGroupScan, getGroupScan, getMatcher, getName, getOptimizerRules, getReaderBatch, getReaderOperatorType, getRecordReader, getRecordWriter, getScanStats, getStatisticsRecordWriter, getStorageConfig, getWriter, getWriterBatch, getWriterOperatorType, initScanBuilder, isBlockSplittable, isCompressible, isStatisticsRecordWriter, newBatchReader, readStatistics, supportsAutoPartitioning, supportsFileImplicitColumns, supportsLimitPushdown, supportsPushDown, supportsRead, supportsStatistics, supportsWrite, useEnhancedScan, writeStatisticsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroupScan, getGroupScanpublic static final String DEFAULT_NAME
public HDF5FormatPlugin(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, StoragePluginConfig storageConfig, HDF5FormatConfig formatConfig)
protected FileScanFramework.FileScanBuilder frameworkBuilder(OptionManager options, EasySubScan scan)
EasyFormatPluginframeworkBuilder in class EasyFormatPlugin<HDF5FormatConfig>scan - the physical operation definition for the scan operation. Contains
one or more files to read. (The Easy format plugin works only for files.)Copyright © 2021 The Apache Software Foundation. All rights reserved.