Interface Compute
- All Superinterfaces:
ApplyItem
Represents the compute 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 compute expressions.
-
Method Details
-
getExpressions
List<ComputeExpression> getExpressions()Gets the compute expressions.- Returns:
- a non-empty list of compute expressions (and never
null
)
-