Package io.trino.spi.function
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