|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinType | |
---|---|
org.apache.hadoop.hive.ql.parse |
Uses of JoinType in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return JoinType | |
---|---|
JoinType |
JoinCond.getJoinType()
|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hive.ql.parse with parameters of type JoinType | |
---|---|
void |
JoinCond.setJoinType(JoinType joinType)
|
Constructors in org.apache.hadoop.hive.ql.parse with parameters of type JoinType | |
---|---|
JoinCond(int left,
int right,
JoinType joinType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |