chucheng92 commented on code in PR #22903:
URL: https://github.com/apache/flink/pull/22903#discussion_r1250340210


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/FunctionCatalog.java:
##########
@@ -338,6 +338,22 @@ public String[] getFunctions() {
         return result.toArray(new String[0]);
     }
 
+    /**
+     * Get names of all functions, including temp system functions, system 
functions, temp catalog
+     * functions and catalog functions with specific catalog and database.
+     */
+    public String[] getFunctions(String catalogName, String databaseName) {

Review Comment:
   fixed already. pls check it



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to