Package io.trino.plugin.jdbc.expression
Class ExpressionCapture
java.lang.Object
io.trino.plugin.jdbc.expression.ExpressionPattern
io.trino.plugin.jdbc.expression.ExpressionCapture
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionCapture(String name) ExpressionCapture(String name, TypePattern type) ExpressionCapture(String name, Optional<TypePattern> type) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidresolve(Captures captures, MatchContext matchContext) toString()
-
Constructor Details
-
ExpressionCapture
-
ExpressionCapture
-
ExpressionCapture
-
-
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
-