liyafan82 commented on a change in pull request #2242:
URL: https://github.com/apache/calcite/pull/2242#discussion_r517863490
##########
File path:
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
##########
@@ -2598,4 +2654,40 @@ public static SqlOperator reverse(SqlOperator operator) {
}
}
+ /**
+ * The mapping from a SQL operator to the libraries it belongs to.
+ */
+ static Map<SqlOperator, Set<SqlLibrary>> operatorLibraries = new HashMap<>();
+
Review comment:
Sounds reasonable. Revised accordingly. Thanks for your feedback.
----------------------------------------------------------------
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]