public class LookupJoinRunner extends org.apache.flink.streaming.api.functions.ProcessFunction<BaseRow,BaseRow>
| Modifier and Type | Field and Description |
|---|---|
protected TableFunctionCollector<BaseRow> |
collector |
| Constructor and Description |
|---|
LookupJoinRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedFetcher,
GeneratedCollector<TableFunctionCollector<BaseRow>> generatedCollector,
boolean isLeftOuterJoin,
int tableFieldsCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.flink.util.Collector<BaseRow> |
getFetcherCollector() |
void |
open(org.apache.flink.configuration.Configuration parameters) |
void |
processElement(BaseRow in,
org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx,
org.apache.flink.util.Collector<BaseRow> out) |
protected transient TableFunctionCollector<BaseRow> collector
public LookupJoinRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<BaseRow,BaseRow>> generatedFetcher, GeneratedCollector<TableFunctionCollector<BaseRow>> generatedCollector, boolean isLeftOuterJoin, int tableFieldsCount)
public void open(org.apache.flink.configuration.Configuration parameters)
throws Exception
open in interface org.apache.flink.api.common.functions.RichFunctionopen in class org.apache.flink.api.common.functions.AbstractRichFunctionExceptionpublic void processElement(BaseRow in, org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<BaseRow> out) throws Exception
public org.apache.flink.util.Collector<BaseRow> getFetcherCollector()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.