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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]