Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We use the “create” prefix rather than “register” to be closer to SQL DDL.

Suggested methods:

void

...

createTemporaryFunction(String

...

path,

...

Class<?

...

extends

...

UserDefinedFunction>

...

functionClass);

There were concerns raised if we need a variant that registers instances. This FLIP does not make any assumptions if we should or not introduce that method. We will revisit that after FLIP-65

ConnectTableDescriptor#registerTableSink,registerTableSource,registerTableSourceAndSink

...