public interface SchemaFactory
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_WS_NAME |
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.
|
static final String DEFAULT_WS_NAME
void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) throws IOException
schemaConfig
- Configuration for schema objects.parent
- Reference to parent schema.IOException
- in case of error during schema registrationCopyright © 1970 The Apache Software Foundation. All rights reserved.