Uses of Enum Class
io.trino.spi.type.ParameterKind
Packages that use ParameterKind
-
Uses of ParameterKind in io.trino.spi.type
Methods in io.trino.spi.type that return ParameterKindModifier and TypeMethodDescriptionTypeParameter.getKind()TypeSignatureParameter.getKind()static ParameterKindReturns the enum constant of this class with the specified name.static ParameterKind[]ParameterKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.type with parameters of type ParameterKindModifier and TypeMethodDescription<A> ATypeParameter.getValue(ParameterKind expectedParameterKind, Class<A> target)