Package io.trino.spi.expression
Class Call
java.lang.Object
io.trino.spi.expression.ConnectorExpression
io.trino.spi.expression.Call
-
Constructor Summary
ConstructorsConstructorDescriptionCall(Type type, FunctionName functionName, List<ConnectorExpression> arguments) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<? extends ConnectorExpression>inthashCode()toString()Methods inherited from class io.trino.spi.expression.ConnectorExpression
getType
-
Constructor Details
-
Call
-
-
Method Details
-
getFunctionName
-
getArguments
-
getChildren
- Specified by:
getChildrenin classConnectorExpression
-
equals
- Specified by:
equalsin classConnectorExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classConnectorExpression
-
toString
- Specified by:
toStringin classConnectorExpression
-