Package io.trino.sql.relational
Class InputReferenceExpression
- java.lang.Object
-
- io.trino.sql.relational.RowExpression
-
- io.trino.sql.relational.InputReferenceExpression
-
public final class InputReferenceExpression extends RowExpression
-
-
Constructor Summary
Constructors Constructor Description InputReferenceExpression(int field, 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)intgetField()TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
InputReferenceExpression
public InputReferenceExpression(int field, Type type)
-
-
Method Detail
-
getField
public int getField()
-
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
-
-