Package io.trino.sql.relational
Class VariableReferenceExpression
- java.lang.Object
-
- io.trino.sql.relational.RowExpression
-
- io.trino.sql.relational.VariableReferenceExpression
-
public final class VariableReferenceExpression extends RowExpression
-
-
Constructor Summary
Constructors Constructor Description VariableReferenceExpression(String name, Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(RowExpressionVisitor<R,C> visitor, C context)booleanequals(Object obj)StringgetName()TypegetType()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public Type getType()
- Specified by:
getTypein classRowExpression
-
hashCode
public int hashCode()
- Specified by:
hashCodein classRowExpression
-
toString
public String toString()
- Specified by:
toStringin classRowExpression
-
accept
public <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
- Specified by:
acceptin classRowExpression
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classRowExpression
-
-