Class AsyncLookupJoinWithCalcRunner
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.async.RichAsyncFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
org.apache.flink.table.runtime.operators.join.lookup.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>
The async join runner with an additional calculate function on the dimension table.
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
preFilterCondition, rightRowSerializer -
Constructor Summary
ConstructorsConstructorDescriptionAsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData, Object>> generatedFetcher, DataStructureConverter<org.apache.flink.table.data.RowData, Object> fetcherConverter, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedCalc, GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture, GeneratedFunction<FilterCondition> generatedPreFilterCondition, RowDataSerializer rightRowSerializer, boolean isLeftOuterJoin, int asyncBufferCapacity) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()TableFunctionResultFuture<org.apache.flink.table.data.RowData>createFetcherResultFuture(org.apache.flink.configuration.Configuration parameters) voidopen(org.apache.flink.api.common.functions.OpenContext openContext) Methods inherited from class org.apache.flink.table.runtime.operators.join.lookup.AsyncLookupJoinRunner
asyncInvoke, getAllResultFuturesMethods inherited from class org.apache.flink.streaming.api.functions.async.RichAsyncFunction
setRuntimeContextMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.functions.async.AsyncFunction
timeout
-
Constructor Details
-
AsyncLookupJoinWithCalcRunner
public AsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData, Object>> generatedFetcher, DataStructureConverter<org.apache.flink.table.data.RowData, Object> fetcherConverter, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedCalc, GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture, GeneratedFunction<FilterCondition> generatedPreFilterCondition, RowDataSerializer rightRowSerializer, boolean isLeftOuterJoin, int asyncBufferCapacity)
-
-
Method Details
-
open
- Specified by:
openin interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
openin classAsyncLookupJoinRunner- Throws:
Exception
-
createFetcherResultFuture
public TableFunctionResultFuture<org.apache.flink.table.data.RowData> createFetcherResultFuture(org.apache.flink.configuration.Configuration parameters) throws Exception - Overrides:
createFetcherResultFuturein classAsyncLookupJoinRunner- Throws:
Exception
-
close
- Specified by:
closein interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
closein classAsyncLookupJoinRunner- Throws:
Exception
-