starocean999 commented on code in PR #49893:
URL: https://github.com/apache/doris/pull/49893#discussion_r2034716068


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -282,6 +282,8 @@ supportedShowStatement
     | SHOW LAST INSERT                                                         
     #showLastInsert
     | SHOW ((CHAR SET) | CHARSET)                                              
     #showCharset
     | SHOW DELETE ((FROM | IN) database=multipartIdentifier)?                  
     #showDelete
+    | SHOW FULL? BUILTIN? FUNCTIONS
+        ((FROM | IN) database=multipartIdentifier)? wildWhere?                 
     #showFunctions

Review Comment:
   ```suggestion
           ((FROM | IN) database=multipartIdentifier)? (LIKE STRING_LITERAL)?   
                   #showFunctions
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to