public class KuduSchemaFactory extends AbstractSchemaFactory
DEFAULT_WS_NAME
Constructor and Description |
---|
KuduSchemaFactory(KuduStoragePlugin plugin,
String 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.
|
getName
public KuduSchemaFactory(KuduStoragePlugin plugin, String name) throws IOException
IOException
public void registerSchemas(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) throws IOException
SchemaFactory
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.