Uses of Class
io.trino.metadata.SignatureBinder.RelationshipType
-
Packages that use SignatureBinder.RelationshipType Package Description io.trino.metadata -
-
Uses of SignatureBinder.RelationshipType in io.trino.metadata
Methods in io.trino.metadata that return SignatureBinder.RelationshipType Modifier and Type Method Description static SignatureBinder.RelationshipTypeSignatureBinder.RelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureBinder.RelationshipType[]SignatureBinder.RelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-