Package org.apache.calcite.plan
Interface RelOptTable.ToRelContext
- All Superinterfaces:
RelOptTable.ViewExpander
- Enclosing interface:
RelOptTable
Contains the context needed to convert a a table into a relational
expression.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the table hints of the table to convert, usually you can use the hints to pass along some dynamic params.Methods inherited from interface org.apache.calcite.plan.RelOptTable.ViewExpander
expandView
-
Method Details
-
getCluster
RelOptCluster getCluster() -
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
-