Package org.apache.calcite.adapter.druid
Class DruidSchemaFactory
java.lang.Object
org.apache.calcite.adapter.druid.DruidSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Schema factory that creates Druid schemas.
Operand | Description | Required |
---|---|---|
url | URL of Druid's query node. The default is "http://localhost:8082". | No |
coordinatorUrl | URL of Druid's coordinator node.
The default is url , replacing "8082" with "8081",
for example "http://localhost:8081". |
No |
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_URL
Default Druid URL.- See Also:
-
-
Constructor Details
-
DruidSchemaFactory
public DruidSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactory
Creates a Schema.- Specified by:
create
in interfaceSchemaFactory
- Parameters:
parentSchema
- Parent schemaname
- Name of this schemaoperand
- The "operand" JSON property- Returns:
- Created schema
-