danny0405 commented on a change in pull request #1729: [CALCITE-3715] Add an
interface to pass the table hints to RelOptTable
URL: https://github.com/apache/calcite/pull/1729#discussion_r364059684
##########
File path: core/src/main/java/org/apache/calcite/plan/RelOptTable.java
##########
@@ -150,5 +151,29 @@ RelRoot expandView(RelDataType rowType, String
queryString,
* expression. */
interface ToRelContext extends ViewExpander {
RelOptCluster getCluster();
+
+ /**
+ * Returns the table hints of the table to convert,
+ * usually you can use the hints to pass along some dynamic params.
Review comment:
Agree, thanks for the nice review ~
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services