Class CassandraSchemaFactory
java.lang.Object
org.apache.calcite.adapter.cassandra.CassandraSchemaFactory
- All Implemented Interfaces:
SchemaFactory
Factory that creates a
CassandraSchema
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
CassandraSchemaFactory
public CassandraSchemaFactory()
-
-
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
-