Package io.prestosql.sql.tree
Class JoinOn
- java.lang.Object
-
- io.prestosql.sql.tree.JoinCriteria
-
- io.prestosql.sql.tree.JoinOn
-
public class JoinOn extends JoinCriteria
-
-
Constructor Summary
Constructors Constructor Description JoinOn(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ExpressiongetExpression()java.util.List<Node>getNodes()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
JoinOn
public JoinOn(Expression expression)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin classJoinCriteria
-
hashCode
public int hashCode()
- Specified by:
hashCodein classJoinCriteria
-
toString
public java.lang.String toString()
- Specified by:
toStringin classJoinCriteria
-
getNodes
public java.util.List<Node> getNodes()
- Specified by:
getNodesin classJoinCriteria
-
-