julianhyde commented on a change in pull request #2242:
URL: https://github.com/apache/calcite/pull/2242#discussion_r517651129



##########
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:
       This mapping cannot be static. We don't know the full set of operator 
tables.




----------------------------------------------------------------
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]


Reply via email to