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