Uses of Class
org.apache.wayang.iejoin.operators.IEJoinMasterOperator.JoinCondition
-
Packages that use IEJoinMasterOperator.JoinCondition Package Description org.apache.wayang.iejoin.operators org.apache.wayang.iejoin.operators.java_helpers org.apache.wayang.iejoin.operators.spark_helpers -
-
Uses of IEJoinMasterOperator.JoinCondition in org.apache.wayang.iejoin.operators
Fields in org.apache.wayang.iejoin.operators declared as IEJoinMasterOperator.JoinCondition Modifier and Type Field Description protected IEJoinMasterOperator.JoinCondition
IEJoinOperator. cond0
protected IEJoinMasterOperator.JoinCondition
IESelfJoinOperator. cond0
protected IEJoinMasterOperator.JoinCondition
IEJoinOperator. cond1
protected IEJoinMasterOperator.JoinCondition
IESelfJoinOperator. cond1
Methods in org.apache.wayang.iejoin.operators that return IEJoinMasterOperator.JoinCondition Modifier and Type Method Description IEJoinMasterOperator.JoinCondition
IEJoinOperator. getCond0()
IEJoinMasterOperator.JoinCondition
IESelfJoinOperator. getCond0()
IEJoinMasterOperator.JoinCondition
IEJoinOperator. getCond1()
IEJoinMasterOperator.JoinCondition
IESelfJoinOperator. getCond1()
static IEJoinMasterOperator.JoinCondition
IEJoinMasterOperator.JoinCondition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IEJoinMasterOperator.JoinCondition[]
IEJoinMasterOperator.JoinCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wayang.iejoin.operators with parameters of type IEJoinMasterOperator.JoinCondition Modifier and Type Method Description static Tuple5<java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean>
IEJoinMasterOperator. getSortOrders(IEJoinMasterOperator.JoinCondition cond0, IEJoinMasterOperator.JoinCondition cond1)
-
Uses of IEJoinMasterOperator.JoinCondition in org.apache.wayang.iejoin.operators.java_helpers
Constructors in org.apache.wayang.iejoin.operators.java_helpers with parameters of type IEJoinMasterOperator.JoinCondition Constructor Description BitSetJoin(boolean list1ASC, boolean list2ASC, boolean list1ASCSec, boolean list2ASCSec, boolean equalReverse, boolean sameRDD, IEJoinMasterOperator.JoinCondition c1)
-
Uses of IEJoinMasterOperator.JoinCondition in org.apache.wayang.iejoin.operators.spark_helpers
Constructors in org.apache.wayang.iejoin.operators.spark_helpers with parameters of type IEJoinMasterOperator.JoinCondition Constructor Description BitSetJoin(boolean list1ASC, boolean list2ASC, boolean list1ASCSec, boolean list2ASCSec, boolean equalReverse, boolean sameRDD, IEJoinMasterOperator.JoinCondition c1)
filterUnwantedBlocks(IEJoinMasterOperator.JoinCondition c1, boolean list2ASC)
-