| Class and Description |
|---|
| CassandraFilter
Implementation of a
Filter
relational expression in Cassandra. |
| CassandraLimit
Implementation of limits in Cassandra.
|
| CassandraMethod
Builtin methods in the Cassandra adapter.
|
| CassandraRel
Relational expression that uses Cassandra calling convention.
|
| CassandraRel.Implementor
Callback for the implementation process that converts a tree of
CassandraRel nodes into a CQL query. |
| CassandraRules.CassandraConverterRule
Base class for planner rules that convert a relational expression to
Cassandra calling convention.
|
| CassandraRules.CassandraFilterRule
Rule to convert a
LogicalFilter to a
CassandraFilter. |
| CassandraRules.CassandraLimitRule
Rule to convert a
EnumerableLimit to a
CassandraLimit. |
| CassandraRules.CassandraProjectRule
Rule to convert a
LogicalProject
to a CassandraProject. |
| CassandraRules.CassandraSortRule
Rule to convert a
Sort to a
CassandraSort. |
| CassandraSchema
Schema mapped onto a Cassandra column family
|
| CassandraTable
Table based on a Cassandra column family
|
| CassandraTableScan
Relational expression representing a scan of a Cassandra collection.
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.