Class GeodeSimpleSchemaFactory
java.lang.Object
org.apache.calcite.adapter.geode.simple.GeodeSimpleSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Geode Simple Table Schema Factory.
-
Field Details
-
LOCATOR_HOST
- See Also:
-
LOCATOR_PORT
- See Also:
-
REGIONS
- See Also:
-
PDX_SERIALIZABLE_PACKAGE_PATH
- See Also:
-
COMMA_DELIMITER
- See Also:
-
-
Constructor Details
-
GeodeSimpleSchemaFactory
public GeodeSimpleSchemaFactory()
-
-
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
-