Uses of Enum Class
io.trino.operator.aggregation.AggregationFunctionAdapter.AggregationParameterKind
Packages that use AggregationFunctionAdapter.AggregationParameterKind
-
Uses of AggregationFunctionAdapter.AggregationParameterKind in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return AggregationFunctionAdapter.AggregationParameterKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AggregationFunctionAdapter.AggregationParameterKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.operator.aggregation that return types with arguments of type AggregationFunctionAdapter.AggregationParameterKindMethods in io.trino.operator.aggregation with parameters of type AggregationFunctionAdapter.AggregationParameterKindModifier and TypeMethodDescriptionstatic MethodHandleAggregationFunctionAdapter.normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, AggregationFunctionAdapter.AggregationParameterKind... parameterKinds) Method parameters in io.trino.operator.aggregation with type arguments of type AggregationFunctionAdapter.AggregationParameterKindModifier and TypeMethodDescriptionstatic MethodHandleAggregationFunctionAdapter.normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, List<AggregationFunctionAdapter.AggregationParameterKind> parameterKinds) static MethodHandleAggregationFunctionAdapter.normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, List<AggregationFunctionAdapter.AggregationParameterKind> parameterKinds, int lambdaCount)