public class CalciteUtils extends Object
| Constructor and Description |
|---|
CalciteUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set<org.apache.calcite.plan.RelOptRule> |
cassandraRules() |
static com.datastax.driver.core.Session |
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) |
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)
public static Set<org.apache.calcite.plan.RelOptRule> cassandraRules()
public static com.datastax.driver.core.Session getSession(org.apache.calcite.schema.SchemaPlus schema)
Copyright © 2021 The Apache Software Foundation. All rights reserved.