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 TypeMethodDescriptionboolean
List
<? extends ConnectorExpression> int
hashCode()
toString()
Methods inherited from class io.trino.spi.expression.ConnectorExpression
getType
-
Constructor Details
-
Call
-
-
Method Details
-
getFunctionName
-
getArguments
-
getChildren
- Specified by:
getChildren
in classConnectorExpression
-
equals
- Specified by:
equals
in classConnectorExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classConnectorExpression
-
toString
- Specified by:
toString
in classConnectorExpression
-