Interface MongoRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
MongoAggregate, MongoFilter, MongoProject, MongoSort, MongoTableScan

public interface MongoRel extends RelNode
Relational expression that uses Mongo calling convention.
  • Field Details

    • CONVENTION

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