public class DrillSchemaFactory extends AbstractSchemaFactory
DEFAULT_WS_NAME| Constructor and Description |
|---|
DrillSchemaFactory(String name,
StoragePluginRegistryImpl registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent)
Register the schemas provided by this SchemaFactory implementation under the given parent schema.
|
getNamepublic DrillSchemaFactory(String name, StoragePluginRegistryImpl registry)
public void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) throws IOException
SchemaFactoryschemaConfig - Configuration for schema objects.parent - Reference to parent schema.IOException - in case of error during schema registrationCopyright © 2021 The Apache Software Foundation. All rights reserved.