Package io.trino.sql.relational
Class CallExpression
java.lang.Object
io.trino.sql.relational.RowExpression
io.trino.sql.relational.CallExpression
-
Constructor Summary
ConstructorsConstructorDescriptionCallExpression(ResolvedFunction resolvedFunction, List<RowExpression> arguments) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(RowExpressionVisitor<R, C> visitor, C context) booleangetType()inthashCode()toString()
-
Constructor Details
-
CallExpression
-
-
Method Details
-
getResolvedFunction
-
getType
- Specified by:
getTypein classRowExpression
-
getArguments
-
toString
- Specified by:
toStringin classRowExpression
-
equals
- Specified by:
equalsin classRowExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classRowExpression
-
accept
- Specified by:
acceptin classRowExpression
-