xuzifu666 commented on code in PR #4818:
URL: https://github.com/apache/calcite/pull/4818#discussion_r2922017561
##########
core/src/main/java/org/apache/calcite/sql/SqlKind.java:
##########
@@ -1357,7 +1357,10 @@ public enum SqlKind {
* commands for them. Use OTHER_DDL in the short term, but we are happy to
add
* new enum values for your object types. Just ask!
*/
- OTHER_DDL;
+ OTHER_DDL,
+
+ /** The {@code REGEXP} function. */
+ REGEXP;
Review Comment:
I think you can refer to the suggestions in Jira.
--
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]