| Package | Description |
|---|---|
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.sequencefile | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.httpd | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| Constructor and Description |
|---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPlugin formatPlugin,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
| Modifier and Type | Method and Description |
|---|---|
FormatPlugin |
StoragePluginRegistryImpl.getFormatPlugin(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig) |
FormatPlugin |
StoragePluginRegistry.getFormatPlugin(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig)
Get the Format plugin for the FileSystemPlugin associated with the provided storage config and format config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvroFormatPlugin
Format plugin for Avro data files.
|
| Modifier and Type | Field and Description |
|---|---|
protected FormatPlugin |
BasicFormatMatcher.plugin |
| Modifier and Type | Method and Description |
|---|---|
abstract FormatPlugin |
FormatMatcher.getFormatPlugin() |
FormatPlugin |
BasicFormatMatcher.getFormatPlugin() |
FormatPlugin |
FileSystemPlugin.getFormatPlugin(FormatPluginConfig config)
If format plugin configuration is for named format plugin, will return format plugin from pre-loaded list by name.
|
FormatPlugin |
FileSystemPlugin.getFormatPlugin(String name) |
| Constructor and Description |
|---|
BasicFormatMatcher(FormatPlugin plugin,
org.apache.hadoop.conf.Configuration fsConf,
List<String> extensions,
boolean compressible) |
BasicFormatMatcher(FormatPlugin plugin,
List<Pattern> patterns,
List<MagicString> magicStrings) |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyFormatPlugin<T extends FormatPluginConfig> |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceFileFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
TextFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpdLogFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetFormatPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
PcapFormatPlugin |
Copyright © 2017 The Apache Software Foundation. All rights reserved.