Class FunctionDependencyDeclaration.OperatorDependency
java.lang.Object
io.trino.spi.function.FunctionDependencyDeclaration.OperatorDependency
- Enclosing class:
FunctionDependencyDeclaration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfromJson(OperatorType operatorType, List<TypeSignature> argumentTypes, boolean optional) inthashCode()booleantoString()
-
Method Details
-
getOperatorType
-
getArgumentTypes
-
isOptional
public boolean isOptional() -
fromJson
public static FunctionDependencyDeclaration.OperatorDependency fromJson(OperatorType operatorType, List<TypeSignature> argumentTypes, boolean optional) -
equals
-
hashCode
-
toString
-