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