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