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