Uses of Interface
org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
Packages that use AggregateExpression
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of AggregateExpression in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return AggregateExpressionModifier and TypeMethodDescriptionAggregateExpression.getInlineAggregateExpression()
Gets the inline aggregation expression to be applied to the target of the path if used.Methods in org.apache.olingo.server.api.uri.queryoption.apply that return types with arguments of type AggregateExpressionModifier and TypeMethodDescriptionAggregate.getExpressions()
Gets the aggregate expressions.AggregateExpression.getFrom()
Gets the aggregate expressions forfrom
. -
Uses of AggregateExpression in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type AggregateExpressionModifier and TypeMethodDescriptiondefault T
ExpressionVisitor.visitComputeAggregate
(AggregateExpression aggregateExpr) Called for each traversedAggregateExpression