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.JoinConditionIEJoinOperator. cond0protected IEJoinMasterOperator.JoinConditionIESelfJoinOperator. cond0protected IEJoinMasterOperator.JoinConditionIEJoinOperator. cond1protected IEJoinMasterOperator.JoinConditionIESelfJoinOperator. cond1Methods in org.apache.wayang.iejoin.operators that return IEJoinMasterOperator.JoinCondition Modifier and Type Method Description IEJoinMasterOperator.JoinConditionIEJoinOperator. getCond0()IEJoinMasterOperator.JoinConditionIESelfJoinOperator. getCond0()IEJoinMasterOperator.JoinConditionIEJoinOperator. getCond1()IEJoinMasterOperator.JoinConditionIESelfJoinOperator. getCond1()static IEJoinMasterOperator.JoinConditionIEJoinMasterOperator.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)
-