Class GeodeSchemaFactory
java.lang.Object
org.apache.calcite.adapter.geode.rel.GeodeSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Factory that creates a
GeodeSchema
.-
Field Details
-
LOCATOR_HOST
- See Also:
-
LOCATOR_PORT
- See Also:
-
REGIONS
- See Also:
-
PDX_SERIALIZABLE_PACKAGE_PATH
- See Also:
-
ALLOW_SPATIAL_FUNCTIONS
- See Also:
-
COMMA_DELIMITER
- See Also:
-
-
Constructor Details
-
GeodeSchemaFactory
public GeodeSchemaFactory()
-
-
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
-