Uses of Class
org.apache.wayang.basic.operators.ReduceOperator
-
Packages that use ReduceOperator Package Description org.apache.wayang.basic.operators -
-
Uses of ReduceOperator in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return ReduceOperator Modifier and Type Method Description static <Type> ReduceOperator<Type>
ReduceOperator. createGroupedReduce(ReduceDescriptor<Type> reduceDescriptor, DataSetType<? extends java.lang.Iterable<Type>> inputType, DataSetType<Type> outputType)
Deprecated.This method is just a hack that is necessary because of the ambiguous nature of this operator.
-