Package org.apache.drill.exec.store.http
Class HttpSchemaFactory
java.lang.Object
org.apache.drill.exec.store.AbstractSchemaFactory
org.apache.drill.exec.store.http.HttpSchemaFactory
- All Implemented Interfaces:
SchemaFactory
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.apache.drill.exec.store.SchemaFactory
DEFAULT_WS_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerSchemas
(SchemaConfig schemaConfig, org.apache.calcite.schema.SchemaPlus parent) Register the schemas provided by this SchemaFactory implementation under the given parent schema.Methods inherited from class org.apache.drill.exec.store.AbstractSchemaFactory
getName
-
Constructor Details
-
HttpSchemaFactory
-
-
Method Details
-
registerSchemas
Description copied from interface:SchemaFactory
Register the schemas provided by this SchemaFactory implementation under the given parent schema.- Parameters:
schemaConfig
- Configuration for schema objects.parent
- Reference to parent schema.
-