Class CalciteUtils
java.lang.Object
org.apache.calcite.adapter.cassandra.CalciteUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<org.apache.calcite.plan.RelOptRule>
static com.datastax.oss.driver.api.core.CqlSession
getSession
(org.apache.calcite.schema.SchemaPlus schema) static org.apache.calcite.adapter.cassandra.CassandraTableScan
tableScanCreator
(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.plan.RelOptTable table, org.apache.calcite.adapter.cassandra.CassandraTable cassandraTable, org.apache.calcite.rel.type.RelDataType projectRowType)
-
Constructor Details
-
CalciteUtils
public CalciteUtils()
-
-
Method Details
-
tableScanCreator
public static org.apache.calcite.adapter.cassandra.CassandraTableScan tableScanCreator(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.plan.RelOptTable table, org.apache.calcite.adapter.cassandra.CassandraTable cassandraTable, org.apache.calcite.rel.type.RelDataType projectRowType) -
cassandraRules
-
getSession
public static com.datastax.oss.driver.api.core.CqlSession getSession(org.apache.calcite.schema.SchemaPlus schema)
-