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: