PlanBothUnwrappingCoGroupOperator(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) |
PlanBothUnwrappingCoGroupOperator(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) |
PlanLeftUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
Keys.SelectorFunctionKeys<I1,K> key1,
int[] key2,
String name,
TypeInformation<OUT> resultType,
TypeInformation<Tuple2<K,I1>> typeInfoWithKey1,
TypeInformation<I2> typeInfo2) |
PlanRightUnwrappingCoGroupOperator(CoGroupFunction<I1,I2,OUT> udf,
int[] key1,
Keys.SelectorFunctionKeys<I2,K> key2,
String name,
TypeInformation<OUT> resultType,
TypeInformation<I1> typeInfo1,
TypeInformation<Tuple2<K,I2>> typeInfoWithKey2) |
PlanUnwrappingGroupCombineOperator(GroupCombineFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K> key,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple2<K,IN>> typeInfoWithKey) |
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) |
PlanUnwrappingSortedGroupCombineOperator(GroupCombineFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey) |
PlanUnwrappingSortedGroupCombineOperator(GroupCombineFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey) |
PlanUnwrappingSortedReduceGroupOperator(GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey,
boolean combinable) |
PlanUnwrappingSortedReduceGroupOperator(GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey,
boolean combinable) |