Uses of Interface
org.apache.drill.common.logical.FormatPluginConfig
Packages that use FormatPluginConfig
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of FormatPluginConfig in org.apache.drill.common.logical
Classes in org.apache.drill.common.logical that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that return FormatPluginConfigConstructors in org.apache.drill.exec.planner.logical with parameters of type FormatPluginConfigModifierConstructorDescriptionFileSystemCreateTableEntry
(FileSystemConfig storageConfig, FormatPluginConfig formatConfig, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginRegistry engineRegistry) -
Uses of FormatPluginConfig in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store with parameters of type FormatPluginConfigModifier and TypeMethodDescriptionAbstractStoragePlugin.getFormatPlugin
(FormatPluginConfig config) StoragePlugin.getFormatPlugin
(FormatPluginConfig config) Allows to get the format plugin for current storage plugin based on appropriate format plugin config usage.StoragePluginRegistry.getFormatPlugin
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) Deprecated.StoragePluginRegistryImpl.getFormatPlugin
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) StoragePluginRegistry.getFormatPluginByConfig
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) Get the Format plugin for the FileSystemPlugin associated with the provided storage config and format config.StoragePluginRegistryImpl.getFormatPluginByConfig
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) void
StoragePluginRegistry.putFormatPlugin
(String pluginName, String formatName, FormatPluginConfig formatConfig) Safe way to add or remove a format plugin config from a stored file system configuration.void
StoragePluginRegistryImpl.putFormatPlugin
(String pluginName, String formatName, FormatPluginConfig formatConfig) <T extends FormatPlugin>
TStoragePluginRegistry.resolveFormat
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, Class<T> desired) Resolve a storage plugin given a storage plugin config.<T extends FormatPlugin>
TStoragePluginRegistryImpl.resolveFormat
(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, Class<T> desired) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.avro
Classes in org.apache.drill.exec.store.avro that implement FormatPluginConfigModifier and TypeClassDescriptionclass
Format plugin config for Avro data files. -
Uses of FormatPluginConfig in org.apache.drill.exec.store.delta
Methods in org.apache.drill.exec.store.delta that return FormatPluginConfigConstructors in org.apache.drill.exec.store.delta with parameters of type FormatPluginConfigModifierConstructorDescriptionDeltaGroupScan
(String userName, List<ReadEntryWithPath> entries, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, TupleMetadata schema, String path, ParquetReaderConfig readerConfig, LogicalExpression condition, Integer limit, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitionHolder, StoragePluginRegistry pluginRegistry) DeltaRowGroupScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatPluginConfig, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, Map<org.apache.hadoop.fs.Path, Map<String, String>> partitions, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.delta.format
Classes in org.apache.drill.exec.store.delta.format that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.dfs
Classes in org.apache.drill.exec.store.dfs that implement FormatPluginConfigMethods in org.apache.drill.exec.store.dfs that return FormatPluginConfigMethods in org.apache.drill.exec.store.dfs that return types with arguments of type FormatPluginConfigMethods in org.apache.drill.exec.store.dfs with parameters of type FormatPluginConfigModifier and TypeMethodDescriptionFileSystemPlugin.getFormatPlugin
(FormatPluginConfig config) If format plugin configuration is for named format plugin, will return format plugin from pre-loaded list by name.Method parameters in org.apache.drill.exec.store.dfs with type arguments of type FormatPluginConfigModifier and TypeMethodDescriptionFileSystemConfig.copyWithFormats
(Map<String, FormatPluginConfig> newFormats) Copy this file system config with the set of new/replaced formats.Constructors in org.apache.drill.exec.store.dfs with parameters of type FormatPluginConfigModifierConstructorDescriptionFormatSelection
(FormatPluginConfig format, List<org.apache.hadoop.fs.Path> files) FormatSelection
(FormatPluginConfig format, FileSelection selection) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.dfs.easy
Classes in org.apache.drill.exec.store.dfs.easy with type parameters of type FormatPluginConfigModifier and TypeClassDescriptionclass
EasyFormatPlugin<T extends FormatPluginConfig>
Base class for file readers.Fields in org.apache.drill.exec.store.dfs.easy declared as FormatPluginConfigMethods in org.apache.drill.exec.store.dfs.easy that return FormatPluginConfigModifier and TypeMethodDescriptionEasyGroupScan.getFormatConfig()
EasySubScan.getFormatConfig()
EasyWriter.getFormatConfig()
Constructors in org.apache.drill.exec.store.dfs.easy with parameters of type FormatPluginConfigModifierConstructorDescriptionEasyGroupScan
(String userName, List<org.apache.hadoop.fs.Path> files, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, TupleMetadata schema, int limit) EasySubScan
(String userName, List<CompleteFileWork.FileWorkImpl> files, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, int partitionDepth, TupleMetadata schema, int limit) EasyWriter
(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry) Constructor parameters in org.apache.drill.exec.store.dfs.easy with type arguments of type FormatPluginConfigModifierConstructorDescriptionClassicScanBuilder
(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) EasyFileScanBuilder
(FragmentContext context, EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) ConstructorEvfErrorContext
(EasySubScan scan, EasyFormatPlugin<? extends FormatPluginConfig> plugin) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.easy.json
Classes in org.apache.drill.exec.store.easy.json that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.easy.sequencefile
Classes in org.apache.drill.exec.store.easy.sequencefile that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.easy.text
Classes in org.apache.drill.exec.store.easy.text that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.esri
Classes in org.apache.drill.exec.store.esri that implement FormatPluginConfigModifier and TypeClassDescriptionclass
Format plugin config for shapefile data files. -
Uses of FormatPluginConfig in org.apache.drill.exec.store.excel
Classes in org.apache.drill.exec.store.excel that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.hdf5
Classes in org.apache.drill.exec.store.hdf5 that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive with parameters of type FormatPluginConfigModifier and TypeMethodDescriptionHiveStoragePlugin.getFormatPlugin
(FormatPluginConfig formatConfig) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.httpd
Classes in org.apache.drill.exec.store.httpd that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.iceberg
Methods in org.apache.drill.exec.store.iceberg that return FormatPluginConfigModifier and TypeMethodDescriptionIcebergGroupScan.getFormatConfig()
IcebergSubScan.getFormatConfig()
Constructors in org.apache.drill.exec.store.iceberg with parameters of type FormatPluginConfigModifierConstructorDescriptionIcebergGroupScan
(String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, TupleMetadata schema, String path, LogicalExpression condition, Integer maxRecords, StoragePluginRegistry pluginRegistry) IcebergSubScan
(String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, String path, List<IcebergWork> workList, TupleMetadata schema, LogicalExpression condition, Integer maxRecords, StoragePluginRegistry pluginRegistry) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.iceberg.format
Classes in org.apache.drill.exec.store.iceberg.format that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.image
Classes in org.apache.drill.exec.store.image that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.log
Classes in org.apache.drill.exec.store.log that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.ltsv
Classes in org.apache.drill.exec.store.ltsv that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.msaccess
Classes in org.apache.drill.exec.store.msaccess that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.parquet
Classes in org.apache.drill.exec.store.parquet that implement FormatPluginConfigMethods in org.apache.drill.exec.store.parquet that return FormatPluginConfigConstructors in org.apache.drill.exec.store.parquet with parameters of type FormatPluginConfigModifierConstructorDescriptionParquetGroupScan
(StoragePluginRegistry engineRegistry, String userName, List<ReadEntryWithPath> entries, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, List<SchemaPath> columns, org.apache.hadoop.fs.Path selectionRoot, org.apache.hadoop.fs.Path cacheFileRoot, ParquetReaderConfig readerConfig, LogicalExpression filter, TupleMetadata schema) ParquetRowGroupScan
(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, LinkedList<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, ParquetReaderConfig readerConfig, org.apache.hadoop.fs.Path selectionRoot, LogicalExpression filter, TupleMetadata schema) -
Uses of FormatPluginConfig in org.apache.drill.exec.store.pcap.plugin
Classes in org.apache.drill.exec.store.pcap.plugin that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.pdf
Classes in org.apache.drill.exec.store.pdf that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.sas
Classes in org.apache.drill.exec.store.sas that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.spss
Classes in org.apache.drill.exec.store.spss that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.syslog
Classes in org.apache.drill.exec.store.syslog that implement FormatPluginConfig -
Uses of FormatPluginConfig in org.apache.drill.exec.store.xml
Classes in org.apache.drill.exec.store.xml that implement FormatPluginConfig
StoragePluginRegistry.resolveFormat(StoragePluginConfig, FormatPluginConfig, Class)
which provides type safety.