Class ComputePerPartitionWrapper<R,V>

java.lang.Object
org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel<Iterable<R>,Iterable<V>>
org.apache.wayang.ml4all.abstraction.plan.wrappers.ComputePerPartitionWrapper<R,V>
All Implemented Interfaces:
Serializable, Function<Iterable<V>,Iterable<R>>, ExtendedFunction, FunctionDescriptor.ExtendedSerializableFunction<Iterable<V>,Iterable<R>>, FunctionDescriptor.SerializableFunction<Iterable<V>,Iterable<R>>

public class ComputePerPartitionWrapper<R,V> extends LogicalOperatorWrapperWithModel<Iterable<R>,Iterable<V>>
See Also: