Interface CassandraRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
CassandraFilter, CassandraLimit, CassandraProject, CassandraSort, CassandraTableScan

public interface CassandraRel extends RelNode
Relational expression that uses Cassandra calling convention.
  • Field Details

    • CONVENTION

      static final Convention CONVENTION
      Calling convention for relational operations that occur in Cassandra.
  • Method Details