Uses of Interface
org.apache.drill.exec.store.dfs.FormatPlugin
Packages that use FormatPlugin
Package
Description
-
Uses of FormatPlugin in org.apache.drill.exec.planner.logical
Constructors in org.apache.drill.exec.planner.logical with parameters of type FormatPluginModifierConstructorDescriptionFileSystemCreateTableEntry
(FileSystemConfig storageConfig, FormatPlugin formatPlugin, String location, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of FormatPlugin in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store with type parameters of type FormatPluginModifier and TypeMethodDescription<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) Methods in org.apache.drill.exec.store that return FormatPluginModifier 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) -
Uses of FormatPlugin in org.apache.drill.exec.store.avro
Classes in org.apache.drill.exec.store.avro that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.delta.format
Classes in org.apache.drill.exec.store.delta.format that implement FormatPluginMethods in org.apache.drill.exec.store.delta.format that return FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.dfs
Fields in org.apache.drill.exec.store.dfs declared as FormatPluginMethods in org.apache.drill.exec.store.dfs that return FormatPluginModifier and TypeMethodDescriptionBasicFormatMatcher.getFormatPlugin()
FileSystemPlugin.getFormatPlugin
(String name) FileSystemPlugin.getFormatPlugin
(FormatPluginConfig config) If format plugin configuration is for named format plugin, will return format plugin from pre-loaded list by name.abstract FormatPlugin
FormatMatcher.getFormatPlugin()
Constructors in org.apache.drill.exec.store.dfs with parameters of type FormatPluginModifierConstructorDescriptionBasicFormatMatcher
(FormatPlugin plugin, List<Pattern> patterns, List<MagicString> magicStrings) BasicFormatMatcher
(FormatPlugin plugin, org.apache.hadoop.conf.Configuration fsConf, List<String> extensions, boolean compressible) -
Uses of FormatPlugin in org.apache.drill.exec.store.dfs.easy
Classes in org.apache.drill.exec.store.dfs.easy that implement FormatPluginModifier and TypeClassDescriptionclass
EasyFormatPlugin<T extends FormatPluginConfig>
Base class for file readers. -
Uses of FormatPlugin in org.apache.drill.exec.store.easy.json
Classes in org.apache.drill.exec.store.easy.json that implement FormatPluginConstructors in org.apache.drill.exec.store.easy.json with parameters of type FormatPluginModifierConstructorDescriptionJsonStatisticsRecordWriter
(org.apache.hadoop.conf.Configuration fsConf, FormatPlugin formatPlugin) -
Uses of FormatPlugin in org.apache.drill.exec.store.easy.sequencefile
Classes in org.apache.drill.exec.store.easy.sequencefile that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.easy.text
Classes in org.apache.drill.exec.store.easy.text that implement FormatPluginModifier and TypeClassDescriptionclass
Text format plugin for CSV and other delimited text formats. -
Uses of FormatPlugin in org.apache.drill.exec.store.esri
Classes in org.apache.drill.exec.store.esri that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.excel
Classes in org.apache.drill.exec.store.excel that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.hdf5
Classes in org.apache.drill.exec.store.hdf5 that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.hive
Methods in org.apache.drill.exec.store.hive that return FormatPluginModifier and TypeMethodDescriptionHiveStoragePlugin.getFormatPlugin
(FormatPluginConfig formatConfig) -
Uses of FormatPlugin in org.apache.drill.exec.store.httpd
Classes in org.apache.drill.exec.store.httpd that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.iceberg.format
Classes in org.apache.drill.exec.store.iceberg.format that implement FormatPluginMethods in org.apache.drill.exec.store.iceberg.format that return FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.image
Classes in org.apache.drill.exec.store.image that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.log
Classes in org.apache.drill.exec.store.log that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.ltsv
Classes in org.apache.drill.exec.store.ltsv that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.msaccess
Classes in org.apache.drill.exec.store.msaccess that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.parquet
Classes in org.apache.drill.exec.store.parquet that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.pcap.plugin
Classes in org.apache.drill.exec.store.pcap.plugin that implement FormatPluginModifier and TypeClassDescriptionclass
BasePcapFormatPlugin<T extends PcapFormatConfig>
class
class
Deprecated. -
Uses of FormatPlugin in org.apache.drill.exec.store.pdf
Classes in org.apache.drill.exec.store.pdf that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.sas
Classes in org.apache.drill.exec.store.sas that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.spss
Classes in org.apache.drill.exec.store.spss that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.syslog
Classes in org.apache.drill.exec.store.syslog that implement FormatPlugin -
Uses of FormatPlugin in org.apache.drill.exec.store.xml
Classes in org.apache.drill.exec.store.xml that implement FormatPlugin
StoragePluginRegistry.resolveFormat(StoragePluginConfig, FormatPluginConfig, Class)
which provides type safety.