|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LOJoin.JOINTYPE | |
---|---|
org.apache.pig.newplan.logical.relational |
Uses of LOJoin.JOINTYPE in org.apache.pig.newplan.logical.relational |
---|
Methods in org.apache.pig.newplan.logical.relational that return LOJoin.JOINTYPE | |
---|---|
LOJoin.JOINTYPE |
LOJoin.getJoinType()
|
static LOJoin.JOINTYPE |
LOJoin.JOINTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LOJoin.JOINTYPE[] |
LOJoin.JOINTYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pig.newplan.logical.relational with parameters of type LOJoin.JOINTYPE | |
---|---|
void |
LOJoin.setJoinType(LOJoin.JOINTYPE jt)
|
Constructors in org.apache.pig.newplan.logical.relational with parameters of type LOJoin.JOINTYPE | |
---|---|
LOJoin(LogicalPlan plan,
MultiMap<Integer,LogicalExpressionPlan> joinPlans,
LOJoin.JOINTYPE jt,
boolean[] isInner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |