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 PluginSPARK_PLUGINEnables use with theSparkPlatform.
-
Constructor Summary
Constructors Constructor Description IEJoin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PluginjavaPlugin()static Pluginplugin()Retrieve aPluginto useIEJoinOperatorandIESelfJoinOperatoron theJavaPlatformandSparkPlatform.static PluginsparkPlugin()
-
-
-
Field Detail
-
SPARK_PLUGIN
public static final Plugin SPARK_PLUGIN
Enables use with theSparkPlatform.
-
-
Method Detail
-
plugin
public static Plugin plugin()
Retrieve aPluginto useIEJoinOperatorandIESelfJoinOperatoron theJavaPlatformandSparkPlatform.- Returns:
- the
Plugin
-
-