[
https://issues.apache.org/jira/browse/FLINK-17523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz updated FLINK-17523:
-------------------------------------
Description:
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}
*Important:* Update the javadocs in {{*Table}} as well.
was:
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}
> 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
> Priority: Major
> 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}
> *Important:* Update the javadocs in {{*Table}} as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)