| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.join.lookup |
| Constructor and Description |
|---|
AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<BaseRow,Object>> generatedFetcher,
GeneratedResultFuture<TableFunctionResultFuture<BaseRow>> generatedResultFuture,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType,
BaseRowTypeInfo rightRowTypeInfo,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
AsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<BaseRow,Object>> generatedFetcher,
GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedCalc,
GeneratedResultFuture<TableFunctionResultFuture<BaseRow>> generatedResultFuture,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType,
BaseRowTypeInfo rightRowTypeInfo,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.