Interface InnodbRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
InnodbFilter, InnodbProject, InnodbSort, InnodbTableScan

public interface InnodbRel extends RelNode
Relational expression that uses InnoDB calling convention.
  • Field Details

    • CONVENTION

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