Uses of Interface
org.apache.drill.exec.store.dfs.FormatPlugin
Package
Description
-
Uses of FormatPlugin in org.apache.drill.exec.planner.logical
ModifierConstructorDescriptionFileSystemCreateTableEntry
(FileSystemConfig storageConfig, FormatPlugin formatPlugin, String location, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of FormatPlugin in org.apache.drill.exec.store
Modifier 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) Modifier 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
-
Uses of FormatPlugin in org.apache.drill.exec.store.delta.format
-
Uses of FormatPlugin in org.apache.drill.exec.store.dfs
Modifier 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()
ModifierConstructorDescriptionBasicFormatMatcher
(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
Modifier and TypeClassDescriptionclass
EasyFormatPlugin<T extends FormatPluginConfig>
Base class for file readers. -
Uses of FormatPlugin in org.apache.drill.exec.store.easy.json
ModifierConstructorDescriptionJsonStatisticsRecordWriter
(org.apache.hadoop.conf.Configuration fsConf, FormatPlugin formatPlugin) -
Uses of FormatPlugin in org.apache.drill.exec.store.easy.sequencefile
-
Uses of FormatPlugin in org.apache.drill.exec.store.easy.text
Modifier and TypeClassDescriptionclass
Text format plugin for CSV and other delimited text formats. -
Uses of FormatPlugin in org.apache.drill.exec.store.esri
-
Uses of FormatPlugin in org.apache.drill.exec.store.excel
-
Uses of FormatPlugin in org.apache.drill.exec.store.hdf5
-
Uses of FormatPlugin in org.apache.drill.exec.store.hive
Modifier and TypeMethodDescriptionHiveStoragePlugin.getFormatPlugin
(FormatPluginConfig formatConfig) -
Uses of FormatPlugin in org.apache.drill.exec.store.httpd
-
Uses of FormatPlugin in org.apache.drill.exec.store.iceberg.format
-
Uses of FormatPlugin in org.apache.drill.exec.store.image
-
Uses of FormatPlugin in org.apache.drill.exec.store.log
-
Uses of FormatPlugin in org.apache.drill.exec.store.ltsv
-
Uses of FormatPlugin in org.apache.drill.exec.store.msaccess
-
Uses of FormatPlugin in org.apache.drill.exec.store.parquet
-
Uses of FormatPlugin in org.apache.drill.exec.store.pcap.plugin
Modifier and TypeClassDescriptionclass
BasePcapFormatPlugin<T extends PcapFormatConfig>
class
class
Deprecated. -
Uses of FormatPlugin in org.apache.drill.exec.store.pdf
-
Uses of FormatPlugin in org.apache.drill.exec.store.sas
-
Uses of FormatPlugin in org.apache.drill.exec.store.spss
-
Uses of FormatPlugin in org.apache.drill.exec.store.syslog
-
Uses of FormatPlugin in org.apache.drill.exec.store.xml
StoragePluginRegistry.resolveFormat(StoragePluginConfig, FormatPluginConfig, Class)
which provides type safety.