Interface Aggregate
- All Superinterfaces:
ApplyItem
Represents the aggregate transformation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind
-
Method Summary
Modifier and TypeMethodDescriptionGets the aggregate expressions.
-
Method Details
-
getExpressions
List<AggregateExpression> getExpressions()Gets the aggregate expressions.- Returns:
- a non-empty list of aggregate expressions (and never
null
)
-