Class LookupJoinWithCalcRunner
java.lang.Object
org.apache.flink.api.common.functions.AbstractRichFunction
org.apache.flink.streaming.api.functions.ProcessFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
org.apache.flink.table.runtime.operators.join.lookup.LookupJoinWithCalcRunner
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction
The join runner with an additional calculate function on the dimension table.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.streaming.api.functions.ProcessFunction
org.apache.flink.streaming.api.functions.ProcessFunction.Context, org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext -
Field Summary
Fields inherited from class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
collector, isLeftOuterJoin, nullRow, outRow, preFilterCondition, tableFieldsCount -
Constructor Summary
ConstructorsConstructorDescriptionLookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedFetcher, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedCalc, GeneratedCollector<ListenableCollector<org.apache.flink.table.data.RowData>> generatedCollector, GeneratedFunction<FilterCondition> generatedFilterCondition, boolean isLeftOuterJoin, int tableFieldsCount) -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.operators.join.lookup.LookupJoinRunner
doFetch, padNullForLeftJoin, preFilter, prepareCollector, processElementMethods inherited from class org.apache.flink.streaming.api.functions.ProcessFunction
onTimerMethods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
getIterationRuntimeContext, getRuntimeContext, setRuntimeContext
-
Constructor Details
-
LookupJoinWithCalcRunner
public LookupJoinWithCalcRunner(GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedFetcher, GeneratedFunction<org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData>> generatedCalc, GeneratedCollector<ListenableCollector<org.apache.flink.table.data.RowData>> generatedCollector, GeneratedFunction<FilterCondition> generatedFilterCondition, boolean isLeftOuterJoin, int tableFieldsCount)
-
-
Method Details
-
open
- Specified by:
openin interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
openin classLookupJoinRunner- Throws:
Exception
-
close
- Specified by:
closein interfaceorg.apache.flink.api.common.functions.RichFunction- Overrides:
closein classLookupJoinRunner- Throws:
Exception
-
getFetcherCollector
public org.apache.flink.util.Collector<org.apache.flink.table.data.RowData> getFetcherCollector()- Overrides:
getFetcherCollectorin classLookupJoinRunner
-