Details

    Description

      We should introduce a method that takes a class of UDF instead of an instance similar to:

      TableEnvironment#createTemporarySystemFunction(String name, Class<? extends UserDefinedFunction> functionClass);
      

      The API should look like:

      public static ApiExpression Expressions:call(Class<? extends UserDefinedFunction> function, Object... arguments)
      

      Important: Update the javadocs in *Table as well.

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              dwysakowicz Dawid Wysakowicz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: