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:
-
Field Summary
Fields inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
ml4allModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
finalise, open
-
Constructor Details
-
ComputePerPartitionWrapper
-
-
Method Details
-
apply
-
initialise
public void initialise()- Specified by:
initialise
in classLogicalOperatorWrapperWithModel<Iterable<R>,
Iterable<V>>
-