Package org.apache.calcite.adapter.cassandra
package org.apache.calcite.adapter.cassandra
Cassandra query provider.
There is one table for each Cassandra column family.
-
ClassDescriptionImplementation of a
Filterrelational expression in Cassandra.Implementation of limits in Cassandra.Builtin methods in the Cassandra adapter.Implementation ofProjectrelational expression in Cassandra.Relational expression that uses Cassandra calling convention.Callback for the implementation process that converts a tree ofCassandraRelnodes into a CQL query.Rules and relational operators forCassandraRel.CONVENTIONcalling convention.Rule to convert aLogicalFilterto aCassandraFilter.Rule configuration.Deprecated.Rule to convert aEnumerableLimitto aCassandraLimit.Rule configuration.Deprecated.Rule to convert aLogicalProjectto aCassandraProject.Rule to convert aSortto aCassandraSort.Rule configuration.Deprecated.Schema mapped onto a Cassandra column family.Factory that creates aCassandraSchema.Implementation ofSortrelational expression in Cassandra.Table based on a Cassandra column family.Implementation ofQueryablebased on aCassandraTable.Relational expression representing a scan of a Cassandra collection.Relational expression representing a scan of a table in a Cassandra data source.Rule to convert a relational expression fromCassandraRel.CONVENTIONtoEnumerableConvention.CqlToSqlTypeConversionRules defines mappings from CQL types to corresponding SQL types.