PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
int[] key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
int[] key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
int[] key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
int[] key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
int[] key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
int[] key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
int[] key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
int[] key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingJoinOperator(FlatJoinFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> type,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingReduceGroupOperator(GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K> key,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple2<K,IN>> typeInfoWithKey,
boolean combinable) |
PlanUnwrappingReduceOperator(ReduceFunction<T> udf,
Keys.SelectorFunctionKeys<T,K> key,
String name,
TypeInformation<T> type,
TypeInformation<Tuple2<K,T>> typeInfoWithKey) |