You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/05/05 09:35:00 UTC

[jira] [Created] (FLINK-17523) Add call expression with a class of UDF

Dawid Wysakowicz created FLINK-17523:
----------------------------------------

             Summary: Add call expression with a class of UDF 
                 Key: FLINK-17523
                 URL: https://issues.apache.org/jira/browse/FLINK-17523
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Dawid Wysakowicz
            Assignee: Dawid Wysakowicz
             Fix For: 1.11.0


We should introduce a method that takes a class of UDF instead of an instance similar to:
{code}
TableEnvironment#createTemporarySystemFunction(String name, Class<? extends UserDefinedFunction> functionClass);
{code}

The API should look like:
{code}
public static ApiExpression Expressions:call(Class<? extends UserDefinedFunction> function, Object... arguments)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)