public class JoinCondDesc extends Object implements Serializable
Constructor and Description |
---|
JoinCondDesc() |
JoinCondDesc(int left,
int right,
int type) |
JoinCondDesc(JoinCond condn) |
Modifier and Type | Method and Description |
---|---|
String |
getJoinCondString() |
int |
getLeft() |
boolean |
getPreserved() |
int |
getRight() |
int |
getType() |
void |
setLeft(int left) |
void |
setPreserved(boolean preserved) |
void |
setRight(int right) |
void |
setType(int type) |
public JoinCondDesc()
public JoinCondDesc(int left, int right, int type)
public JoinCondDesc(JoinCond condn)
public boolean getPreserved()
public void setPreserved(boolean preserved)
preserved
- if table is preserved, false otherwisepublic int getLeft()
public void setLeft(int left)
public int getRight()
public void setRight(int right)
public int getType()
public void setType(int type)
public String getJoinCondString()
Copyright © 2017 The Apache Software Foundation. All rights reserved.