public class SystemTablePlugin extends AbstractStoragePlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
SYS_SCHEMA_NAME |
logger| Constructor and Description |
|---|
SystemTablePlugin(SystemTablePluginConfig config,
DrillbitContext context,
String name) |
| Modifier and Type | Method and Description |
|---|---|
StoragePluginConfig |
getConfig()
Method returns a Jackson serializable object that extends a StoragePluginConfig
|
DrillbitContext |
getContext() |
AbstractGroupScan |
getPhysicalScan(String userName,
JSONOptions selection,
List<SchemaPath> columns)
Get the physical scan operator for the particular GroupScan (read) node.
|
void |
registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent)
Register the schemas provided by this SchemaFactory implementation under the given parent schema.
|
close, getLogicalOptimizerRules, getOptimizerRules, getOptimizerRules, getPhysicalOptimizerRules, getPhysicalScan, start, supportsRead, supportsWritepublic static final String SYS_SCHEMA_NAME
public SystemTablePlugin(SystemTablePluginConfig config, DrillbitContext context, String name)
public StoragePluginConfig getConfig()
StoragePluginpublic DrillbitContext getContext()
public void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) throws IOException
SchemaFactoryschemaConfig - Configuration for schema objects.parent - Reference to parent schema.IOExceptionpublic AbstractGroupScan getPhysicalScan(String userName, JSONOptions selection, List<SchemaPath> columns) throws IOException
StoragePlugingetPhysicalScan in interface StoragePlugingetPhysicalScan in class AbstractStoragePluginuserName - User whom to impersonate when when reading the contents as part of Scan.selection - The configured storage engine specific selection.columns - (optional) The list of column names to scan from the data source.IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.