Interface RelOptTable.ToRelContext

All Superinterfaces:
RelOptTable.ViewExpander
Enclosing interface:
RelOptTable

public static interface RelOptTable.ToRelContext extends RelOptTable.ViewExpander
Contains the context needed to convert a a table into a relational expression.
  • Method Details

    • getCluster

      RelOptCluster getCluster()
    • getTableHints

      List<RelHint> getTableHints()
      Returns the table hints of the table to convert, usually you can use the hints to pass along some dynamic params.
      Returns:
      the hints attached to the table, never null