Class LogicalOperatorWrapper<R,V>
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapper<R,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<V,R>
,FunctionDescriptor.SerializableFunction<V,R>
- Direct Known Subclasses:
TransformPerPartitionWrapper
,TransformWrapper
public abstract class LogicalOperatorWrapper<R,V> extends java.lang.Object implements FunctionDescriptor.SerializableFunction<V,R>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicalOperatorWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalise()
void
initialise()
-