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