| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.join.lookup |
| 构造器和说明 |
|---|
AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher,
GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType,
RowDataTypeInfo rightRowTypeInfo,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
AsyncLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher,
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,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType,
RowDataTypeInfo rightRowTypeInfo,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.