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.
|
getNamepublic KuduSchemaFactory(KuduStoragePlugin plugin, String name) throws IOException
IOExceptionpublic 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.