Class BoundSignature

java.lang.Object
io.trino.spi.function.BoundSignature

@Experimental(eta="2022-10-31") public class BoundSignature extends Object
  • Constructor Details

  • Method Details

    • getName

      public CatalogSchemaFunctionName getName()
      The absolute canonical name of the function.
    • getReturnType

      public Type getReturnType()
    • getArity

      public int getArity()
    • getArgumentType

      public Type getArgumentType(int index)
    • getArgumentTypes

      public List<Type> getArgumentTypes()
    • toSignature

      public Signature toSignature()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object