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


##########
docs/content.zh/docs/dev/table/sql/show.md:
##########
@@ -765,12 +765,12 @@ SHOW [USER] FUNCTIONS [ ( FROM | IN ) 
[catalog_name.]database_name ] [ [NOT] (LI
 展示当前 catalog 和当前 database 中所有的 function,包括:系统 function 和用户定义的 function, 
另外返回的结果能被一个可选的匹配字符串过滤。
 
 **USER**
-展示当前 catalog 和当前 database 中仅用户定义的 function, 另外返回的结果能被一个可选的匹配字符串过滤。
+仅展示用户定义的 function, 另外返回的结果能被一个可选的匹配字符串过滤。

Review Comment:
   `另外返回的结果能被一个可选的匹配字符串过滤。` => `另外可以用 `sql_like_pattern` 来过滤要返回的 function。`



##########
docs/content.zh/docs/dev/table/sql/show.md:
##########
@@ -765,12 +765,12 @@ SHOW [USER] FUNCTIONS [ ( FROM | IN ) 
[catalog_name.]database_name ] [ [NOT] (LI
 展示当前 catalog 和当前 database 中所有的 function,包括:系统 function 和用户定义的 function, 
另外返回的结果能被一个可选的匹配字符串过滤。

Review Comment:
   `另外返回的结果能被一个可选的匹配字符串过滤。` => `另外可以用 `sql_like_pattern` 来过滤要返回的 function。`



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