Uses of Class
io.trino.plugin.pinot.query.AggregateExpression
Packages that use AggregateExpression
-
Uses of AggregateExpression in io.trino.plugin.pinot.query
Methods in io.trino.plugin.pinot.query that return AggregateExpressionModifier and TypeMethodDescriptionstatic AggregateExpressionAggregateExpression.replaceIdentifier(AggregateExpression aggregationExpression, PinotColumnHandle columnHandle) Methods in io.trino.plugin.pinot.query with parameters of type AggregateExpressionModifier and TypeMethodDescriptionstatic AggregateExpressionAggregateExpression.replaceIdentifier(AggregateExpression aggregationExpression, PinotColumnHandle columnHandle) -
Uses of AggregateExpression in io.trino.plugin.pinot.query.aggregation
Methods in io.trino.plugin.pinot.query.aggregation that return types with arguments of type AggregateExpressionModifier and TypeMethodDescriptionImplementApproxDistinct.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context) ImplementAvg.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context) ImplementCountAll.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context) ImplementCountDistinct.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context) ImplementMinMax.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context) ImplementSum.rewrite(AggregateFunction aggregateFunction, Captures captures, AggregateFunctionRule.RewriteContext<Void> context)