Package org.apache.wayang.iejoin
Class IEJoin
- java.lang.Object
-
- org.apache.wayang.iejoin.IEJoin
-
public class IEJoin extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Plugin
SPARK_PLUGIN
Enables use with theSparkPlatform
.
-
Constructor Summary
Constructors Constructor Description IEJoin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Plugin
javaPlugin()
static Plugin
plugin()
Retrieve aPlugin
to useIEJoinOperator
andIESelfJoinOperator
on theJavaPlatform
andSparkPlatform
.static Plugin
sparkPlugin()
-
-
-
Field Detail
-
SPARK_PLUGIN
public static final Plugin SPARK_PLUGIN
Enables use with theSparkPlatform
.
-
-
Method Detail
-
plugin
public static Plugin plugin()
Retrieve aPlugin
to useIEJoinOperator
andIESelfJoinOperator
on theJavaPlatform
andSparkPlatform
.- Returns:
- the
Plugin
-
-