jinxing64 commented on a change in pull request #1535: [CALCITE-3451] Support
TableModify in RelMdNodeTypes.
URL: https://github.com/apache/calcite/pull/1535#discussion_r339323232
##########
File path:
core/src/main/java/org/apache/calcite/rel/metadata/RelMdNodeTypes.java
##########
@@ -128,6 +129,11 @@
return getNodeTypes(rel, Values.class, mq);
}
+ public Multimap<Class<? extends RelNode>, RelNode> getNodeTypes(TableModify
rel,
+ RelMetadataQuery mq) {
+ return getNodeTypes(rel, TableModify.class, mq);
+ }
Review comment:
+1
----------------------------------------------------------------
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