Class LookupFunction

All Implemented Interfaces:
Serializable, FunctionDefinition

@PublicEvolving public abstract class LookupFunction extends TableFunction<RowData>
A wrapper class of TableFunction for synchronously lookup rows matching the lookup keys from external system.

The output type of this table function is fixed as RowData.

See Also:
  • Constructor Details

    • LookupFunction

      public LookupFunction()
  • Method Details