All Superinterfaces:
ApplyItem

public interface Aggregate extends 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 Type
    Method
    Description
    Gets the aggregate expressions.

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    getKind
  • Method Details

    • getExpressions

      List<AggregateExpression> getExpressions()
      Gets the aggregate expressions.
      Returns:
      a non-empty list of aggregate expressions (and never null)