Package org.apache.calcite.schema.impl
Class AbstractSchema.Factory
java.lang.Object
org.apache.calcite.schema.impl.AbstractSchema.Factory
- All Implemented Interfaces:
SchemaFactory
- Enclosing class:
AbstractSchema
Schema factory that creates an
AbstractSchema
.-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
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
-