Package org.apache.wayang.spark.compiler
Class FunctionCompiler.Reducer<Type>
java.lang.Object
org.apache.wayang.spark.compiler.FunctionCompiler.Reducer<Type>
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function2<Type,
,Type, Type> FunctionCompiler.WayangSparkFunction
- Enclosing class:
- FunctionCompiler
public static class FunctionCompiler.Reducer<Type>
extends Object
implements org.apache.spark.api.java.function.Function2<Type,Type,Type>, FunctionCompiler.WayangSparkFunction
Spark function for aggregating data quanta.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Reducer
-
-
Method Details
-
call
-
getWayangFunction
- Specified by:
getWayangFunction
in interfaceFunctionCompiler.WayangSparkFunction
- Returns:
- the original code object as has been defined in the Wayang API
-