Class AggregateImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.AggregateImpl
Represents the aggregate transformation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExpression(AggregateExpression expression) Gets the aggregate expressions.getKind()Gets the kind of the transformation.
-
Constructor Details
-
AggregateImpl
public AggregateImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getExpressions
Description copied from interface:AggregateGets the aggregate expressions.- Specified by:
getExpressionsin interfaceAggregate- Returns:
- a non-empty list of aggregate expressions (and never
null)
-
addExpression
-