Method: PureCloud::AggregationQuery#group_by
- Defined in:
- lib/purecloud/models/aggregation_query.rb
#group_by ⇒ Object
Behaves like a SQL GROUPBY. Allows for multiple levels of grouping as a list of dimensions. Partitions resulting aggregate computations into distinct named subgroups rather than across the entire result set as if it were one group.
31 32 33 |
# File 'lib/purecloud/models/aggregation_query.rb', line 31 def group_by @group_by end |