Class BoundSignature

java.lang.Object
io.trino.metadata.BoundSignature

public class BoundSignature extends Object
  • Constructor Details

    • BoundSignature

      public BoundSignature(String name, Type returnType, List<Type> argumentTypes)
  • Method Details

    • getName

      public String getName()
    • 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