Modifier and Type | Method and Description |
---|---|
FileSystemConfig |
FileSystemCreateTableEntry.getStorageConfig() |
Constructor and Description |
---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPluginConfig formatConfig,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginRegistry engineRegistry) |
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPlugin formatPlugin,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
Modifier and Type | Method and Description |
---|---|
FileSystemConfig |
FileSystemConfig.copy()
Copy the file system configuration.
|
FileSystemConfig |
FileSystemConfig.copyWithFormats(Map<String,FormatPluginConfig> newFormats)
Copy this file system config with the set of new/replaced formats.
|
Modifier and Type | Method and Description |
---|---|
protected FormatCreator |
FileSystemPlugin.newFormatCreator(FileSystemConfig config,
DrillbitContext context,
org.apache.hadoop.conf.Configuration fsConf)
Creates a new FormatCreator instance.
|
Constructor and Description |
---|
FileSystemPlugin(FileSystemConfig config,
DrillbitContext context,
String name) |
Modifier and Type | Method and Description |
---|---|
FileSystemConfig |
IcebergFormatPlugin.getStorageConfig() |
Constructor and Description |
---|
IcebergFormatPlugin(String name,
DrillbitContext context,
org.apache.hadoop.conf.Configuration fsConf,
FileSystemConfig storageConfig,
IcebergFormatPluginConfig config) |
Constructor and Description |
---|
BinaryTableGroupScan(String userName,
HBaseScanSpec scanSpec,
FileSystemConfig storagePluginConfig,
MapRDBFormatPluginConfig formatPluginConfig,
List<SchemaPath> columns,
TupleMetadata schema,
StoragePluginRegistry pluginRegistry) |
Constructor and Description |
---|
JsonTableGroupScan(String userName,
JsonScanSpec scanSpec,
FileSystemConfig storagePluginConfig,
MapRDBFormatPluginConfig formatPluginConfig,
List<SchemaPath> columns,
TupleMetadata schema,
StoragePluginRegistry pluginRegistry) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.