Package org.apache.wayang.iejoin.mapping
Class Mappings
- java.lang.Object
-
- org.apache.wayang.iejoin.mapping.Mappings
-
public class Mappings extends java.lang.ObjectMappings for theIEJoinOperator.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Collection<Mapping>javaMappingsMappings towards theJavaPlatform.static java.util.Collection<Mapping>sparkMappingsMappings towards theSparkPlatform.
-
Constructor Summary
Constructors Constructor Description Mappings()
-
-
-
Field Detail
-
javaMappings
public static java.util.Collection<Mapping> javaMappings
Mappings towards theJavaPlatform.
-
sparkMappings
public static java.util.Collection<Mapping> sparkMappings
Mappings towards theSparkPlatform.
-
-