Class AggregateTransformation

java.lang.Object
com.sap.cds.adapter.odata.v4.query.apply.AggregateTransformation
All Implemented Interfaces:
com.sap.cds.ql.cqn.transformation.CqnAggregateTransformation, com.sap.cds.ql.cqn.transformation.CqnTransformation

public class AggregateTransformation extends Object implements com.sap.cds.ql.cqn.transformation.CqnAggregateTransformation
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation

    com.sap.cds.ql.cqn.transformation.CqnTransformation.Kind
  • Field Summary

    Fields inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation

    IDENTITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.sap.cds.ql.cqn.CqnSelectListValue>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.sap.cds.ql.cqn.transformation.CqnAggregateTransformation

    kind
  • Constructor Details

  • Method Details

    • aggregateExpressions

      public List<com.sap.cds.ql.cqn.CqnSelectListValue> aggregateExpressions()
      Specified by:
      aggregateExpressions in interface com.sap.cds.ql.cqn.transformation.CqnAggregateTransformation