| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.join.lookup |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TableFunctionCollector<BaseRow> |
LookupJoinRunner.collector |
| 构造器和说明 |
|---|
LookupJoinRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedFetcher,
GeneratedCollector<TableFunctionCollector<BaseRow>> generatedCollector,
boolean isLeftOuterJoin,
int tableFieldsCount) |
LookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedFetcher,
GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedCalc,
GeneratedCollector<TableFunctionCollector<BaseRow>> generatedCollector,
boolean isLeftOuterJoin,
int tableFieldsCount) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.