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