Interface CqnGroupByTransformation

All Superinterfaces:
CqnTransformation, JSONizable

@Beta public interface CqnGroupByTransformation extends CqnTransformation
Transformation that groups the result set according to specified dimensions and applies given transformations to each group.

The result set is the grouped input set after applying the transformations.

Two scenarios are common:

1. the list of transformations is empty -> the output set contains the distinct values of the dimensions

2. a single aggregate transformation is specified -> the output set contains the aggregated values per dimension