You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/24 11:08:46 UTC

[GitHub] [flink] matriv commented on a change in pull request #18464: [FLINK-25769][table] Add internal functions and basic function versioning

matriv commented on a change in pull request #18464:
URL: https://github.com/apache/flink/pull/18464#discussion_r790638239



##########
File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinition.java
##########
@@ -90,6 +110,18 @@ public boolean hasRuntimeImplementation() {
         return isRuntimeProvided || runtimeClass != null;
     }
 
+    public boolean isInternal() {
+        return isInternal;
+    }
+
+    public String getQualifiedName() {

Review comment:
       +1 for me




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org