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
Constructors -
Method Summary
-
Constructor Details
-
TpcdsSchemaFactory
public TpcdsSchemaFactory()
-
-
Method Details
-
create
Description copied from interface:SchemaFactoryCreates a Schema.- Specified by:
createin interfaceSchemaFactory- Parameters:
parentSchema- Parent schemaname- Name of this schemaoperand- The "operand" JSON property- Returns:
- Created schema
-