Package io.trino.spi.expression
Class Variable
java.lang.Object
io.trino.spi.expression.ConnectorExpression
io.trino.spi.expression.Variable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<? extends ConnectorExpression>getName()inthashCode()toString()Methods inherited from class io.trino.spi.expression.ConnectorExpression
getType
-
Constructor Details
-
Variable
-
-
Method Details
-
getName
-
getChildren
- Specified by:
getChildrenin classConnectorExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classConnectorExpression
-
equals
- Specified by:
equalsin classConnectorExpression
-
toString
- Specified by:
toStringin classConnectorExpression
-