public class LookupJoinWithCalcRunner extends LookupJoinRunner
collector| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.flink.util.Collector<BaseRow> |
getFetcherCollector() |
void |
open(org.apache.flink.configuration.Configuration parameters) |
processElementpublic 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)
public void open(org.apache.flink.configuration.Configuration parameters)
throws Exception
open 在接口中 org.apache.flink.api.common.functions.RichFunctionopen 在类中 LookupJoinRunnerExceptionpublic void close()
throws Exception
close 在接口中 org.apache.flink.api.common.functions.RichFunctionclose 在类中 LookupJoinRunnerExceptionpublic org.apache.flink.util.Collector<BaseRow> getFetcherCollector()
getFetcherCollector 在类中 LookupJoinRunnerCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.