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