Class IESelfJoinMapping
- java.lang.Object
-
- org.apache.wayang.iejoin.mapping.spark.IESelfJoinMapping
-
- All Implemented Interfaces:
Mapping
public class IESelfJoinMapping extends java.lang.Object implements Mapping
Mapping fromIESelfJoinOperator
toSparkIESelfJoinOperator
.
-
-
Constructor Summary
Constructors Constructor Description IESelfJoinMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<PlanTransformation>
getTransformations()
-
-
-
Method Detail
-
getTransformations
public java.util.Collection<PlanTransformation> getTransformations()
- Specified by:
getTransformations
in interfaceMapping
- Returns:
- the transformations that make up this mapping
-
-