Class AsyncLookupJoinWithCalcRunner

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction, org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,​org.apache.flink.table.data.RowData>

    public class AsyncLookupJoinWithCalcRunner
    extends AsyncLookupJoinRunner
    The async join runner with an additional calculate function on the dimension table.
    See Also:
    Serialized Form