Class AsyncLookupFunction

All Implemented Interfaces:
Serializable, FunctionDefinition

@PublicEvolving public abstract class AsyncLookupFunction extends AsyncTableFunction<RowData>
A wrapper class of AsyncTableFunction for asynchronously lookup rows matching the lookup keys from external system.

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

See Also: