Package io.trino.plugin.jdbc.expression
Class CallPattern
java.lang.Object
io.trino.plugin.jdbc.expression.ExpressionPattern
io.trino.plugin.jdbc.expression.CallPattern
-
Constructor Summary
ConstructorsConstructorDescriptionCallPattern(String functionName, List<ExpressionPattern> parameters, Optional<TypePattern> resultType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanPattern<? extends ConnectorExpression>inthashCode()voidresolve(Captures captures, MatchContext matchContext) toString()
-
Constructor Details
-
CallPattern
public CallPattern(String functionName, List<ExpressionPattern> parameters, Optional<TypePattern> resultType)
-
-
Method Details
-
getPattern
- Specified by:
getPatternin classExpressionPattern
-
resolve
- Specified by:
resolvein classExpressionPattern
-
equals
- Specified by:
equalsin classExpressionPattern
-
hashCode
public int hashCode()- Specified by:
hashCodein classExpressionPattern
-
toString
- Specified by:
toStringin classExpressionPattern
-