Class ComputeWrapper<R,V>
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel<R,V>
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.ComputeWrapper<R,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<V,R>
,ExtendedFunction
,FunctionDescriptor.ExtendedSerializableFunction<V,R>
,FunctionDescriptor.SerializableFunction<V,R>
public class ComputeWrapper<R,V> extends LogicalOperatorWrapperWithModel<R,V>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
ml4allModel
-
-
Constructor Summary
Constructors Constructor Description ComputeWrapper(Compute logOp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(V o)
void
initialise()
-
Methods inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
finalise, open
-
-
-
-
Constructor Detail
-
ComputeWrapper
public ComputeWrapper(Compute logOp)
-
-
Method Detail
-
initialise
public void initialise()
- Specified by:
initialise
in classLogicalOperatorWrapperWithModel<R,V>
-
-