Uses of Class
io.trino.operator.aggregation.AggregationFunctionAdapter.AggregationParameterKind
-
Packages that use AggregationFunctionAdapter.AggregationParameterKind Package Description io.trino.operator.aggregation -
-
Uses of AggregationFunctionAdapter.AggregationParameterKind in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return AggregationFunctionAdapter.AggregationParameterKind Modifier and Type Method Description static AggregationFunctionAdapter.AggregationParameterKindAggregationFunctionAdapter.AggregationParameterKind. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationFunctionAdapter.AggregationParameterKind[]AggregationFunctionAdapter.AggregationParameterKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.operator.aggregation that return types with arguments of type AggregationFunctionAdapter.AggregationParameterKind Modifier and Type Method Description List<AggregationFunctionAdapter.AggregationParameterKind>AggregationImplementation. getInputParameterKinds()Methods in io.trino.operator.aggregation with parameters of type AggregationFunctionAdapter.AggregationParameterKind Modifier and Type Method Description static MethodHandleAggregationFunctionAdapter. normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, AggregationFunctionAdapter.AggregationParameterKind... parameterKinds)Method parameters in io.trino.operator.aggregation with type arguments of type AggregationFunctionAdapter.AggregationParameterKind Modifier and Type Method Description static MethodHandleAggregationFunctionAdapter. normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, List<AggregationFunctionAdapter.AggregationParameterKind> parameterKinds)static MethodHandleAggregationFunctionAdapter. normalizeInputMethod(MethodHandle inputMethod, BoundSignature boundSignature, List<AggregationFunctionAdapter.AggregationParameterKind> parameterKinds, int lambdaCount)
-