Class BoundSignature
java.lang.Object
io.trino.spi.function.BoundSignature
-
Constructor Summary
ConstructorsConstructorDescriptionBoundSignature(CatalogSchemaFunctionName name, Type returnType, List<Type> argumentTypes) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArgumentType(int index) intgetArity()getName()The absolute canonical name of the function.inthashCode()toString()
-
Constructor Details
-
BoundSignature
-
-
Method Details
-
getName
The absolute canonical name of the function. -
getReturnType
-
getArity
public int getArity() -
getArgumentType
-
getArgumentTypes
-
toSignature
-
equals
-
hashCode
-
toString
-