Uses of Interface
io.trino.plugin.base.aggregation.AggregateFunctionRule
Packages that use AggregateFunctionRule
-
Uses of AggregateFunctionRule in io.trino.plugin.base.aggregation
Constructor parameters in io.trino.plugin.base.aggregation with type arguments of type AggregateFunctionRuleModifierConstructorDescriptionAggregateFunctionRewriter(ConnectorExpressionRewriter<ExpressionResult> connectorExpressionRewriter, Set<AggregateFunctionRule<AggregationResult, ExpressionResult>> rules)