Class TypeVariableConstraint
java.lang.Object
io.trino.spi.function.TypeVariableConstraint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TypeVariableConstraintfromJson(String name, boolean comparableRequired, boolean orderableRequired, Optional<String> variadicBound, Set<TypeSignature> castableTo, Set<TypeSignature> castableFrom) Deprecated.getName()inthashCode()booleanbooleantoString()static TypeVariableConstrainttypeVariable(String name)
-
Method Details
-
getName
-
isComparableRequired
public boolean isComparableRequired() -
isOrderableRequired
public boolean isOrderableRequired() -
getVariadicBound
-
getCastableTo
-
getCastableFrom
-
toString
-
equals
-
hashCode
-
typeVariable
-
builder
-
fromJson
@Deprecated public static TypeVariableConstraint fromJson(String name, boolean comparableRequired, boolean orderableRequired, Optional<String> variadicBound, Set<TypeSignature> castableTo, Set<TypeSignature> castableFrom) Deprecated.
-