Interface CqnAggregateTransformation

All Superinterfaces:
CqnTransformation

@Beta public interface CqnAggregateTransformation extends CqnTransformation
Transformation that aggregates the input set and produces an output set with a single instance, which is the aggregated result
  • Method Details

    • aggregateExpressions

      List<CqnSelectListValue> aggregateExpressions()
      Returns expressions that specify how to aggregate the input set
      Returns:
      expressions that specify how to aggregate the input set
    • kind

      default CqnTransformation.Kind kind()
      Description copied from interface: CqnTransformation
      Returns the kind of this transformation
      Specified by:
      kind in interface CqnTransformation
      Returns:
      the kind of this transformation