Uses of Enum Class
io.trino.spi.function.InvocationConvention.InvocationArgumentConvention
Packages that use InvocationConvention.InvocationArgumentConvention
-
Uses of InvocationConvention.InvocationArgumentConvention in io.trino.spi.function
Methods in io.trino.spi.function that return InvocationConvention.InvocationArgumentConventionModifier and TypeMethodDescriptionInvocationConvention.getArgumentConvention(int index) Returns the enum constant of this class with the specified name.InvocationConvention.InvocationArgumentConvention.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.function that return types with arguments of type InvocationConvention.InvocationArgumentConventionMethods in io.trino.spi.function with parameters of type InvocationConvention.InvocationArgumentConventionModifier and TypeMethodDescriptionstatic InvocationConventionInvocationConvention.simpleConvention(InvocationConvention.InvocationReturnConvention returnConvention, InvocationConvention.InvocationArgumentConvention... argumentConventions) Constructor parameters in io.trino.spi.function with type arguments of type InvocationConvention.InvocationArgumentConventionModifierConstructorDescriptionInvocationConvention(List<InvocationConvention.InvocationArgumentConvention> argumentConventionList, InvocationConvention.InvocationReturnConvention returnConvention, boolean supportsSession, boolean supportsInstanceFactory)