Package org.apache.calcite.adapter.tpcds
Class TpcdsSchemaFactory
java.lang.Object
org.apache.calcite.adapter.tpcds.TpcdsSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Factory that creates a
TpcdsSchema
.
Allows a custom schema to be included in a model.json file.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TpcdsSchemaFactory
public TpcdsSchemaFactory()
-
-
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
-