| Modifier and Type | Method and Description |
|---|---|
StoragePluginRegistry |
QueryContext.getStorage() |
| Constructor and Description |
|---|
PhysicalPlanReader(DrillConfig config,
ScanResult scanResult,
LogicalPlanPersistence lpPersistance,
CoordinationProtos.DrillbitEndpoint endpoint,
StoragePluginRegistry pluginRegistry) |
| Constructor and Description |
|---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPluginConfig formatConfig,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginRegistry engineRegistry) |
| Modifier and Type | Field and Description |
|---|---|
protected StoragePluginRegistry |
DynamicRootSchema.storages |
| Modifier and Type | Method and Description |
|---|---|
StoragePluginRegistry |
DynamicRootSchema.getSchemaFactories() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.calcite.schema.SchemaPlus |
DynamicSchema.createRootSchema(StoragePluginRegistry storages,
SchemaConfig schemaConfig) |
| Modifier and Type | Method and Description |
|---|---|
StoragePluginRegistry |
DrillbitContext.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginConfigWrapper.createOrUpdateInStorage(StoragePluginRegistry storage) |
boolean |
PluginConfigWrapper.deleteFromStorage(StoragePluginRegistry storage) |
boolean |
PluginConfigWrapper.setEnabledInStorage(StoragePluginRegistry storage,
boolean enabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoragePluginRegistryImpl |
| Constructor and Description |
|---|
EasyGroupScan(String userName,
List<String> files,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry,
List<SchemaPath> columns,
String selectionRoot) |
EasySubScan(String userName,
List<CompleteFileWork.FileWorkImpl> files,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry,
List<SchemaPath> columns,
String selectionRoot) |
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry) |
| Constructor and Description |
|---|
ParquetGroupScan(String userName,
List<ReadEntryWithPath> entries,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry,
List<SchemaPath> columns,
String selectionRoot,
String cacheFileRoot,
LogicalExpression filter) |
ParquetRowGroupScan(StoragePluginRegistry registry,
String userName,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
LinkedList<RowGroupReadEntry> rowGroupReadEntries,
List<SchemaPath> columns,
String selectionRoot,
LogicalExpression filter) |
ParquetWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
StoragePluginRegistry engineRegistry) |
| Constructor and Description |
|---|
SystemTableScan(SystemTable table,
StoragePluginRegistry engineRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StoragePluginTestUtils.configureFormatPlugins(StoragePluginRegistry pluginRegistry) |
static void |
StoragePluginTestUtils.configureFormatPlugins(StoragePluginRegistry pluginRegistry,
String storagePlugin) |
static void |
StoragePluginTestUtils.updateSchemaLocation(String pluginName,
StoragePluginRegistry pluginRegistry,
File tmpDirPath,
String... schemas)
Update the workspace locations for a plugin.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.