Bug 1238173

Summary: JDG660.Query.Aggregation
Product: [JBoss] JBoss Data Grid 6 Reporter: Pedro Zapata <pzapataf>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: jdg-bugs
Target Milestone: DR2   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1251643, 1253606, 1253615    
Bug Blocks:    

Description Pedro Zapata 2015-07-01 10:44:10 UTC
Add following grouping and aggregation operations to Infinispan Query DSL, so that customers can uses these in their Queries,in both Library mode and over Hot Rod.
- GROUP BY column_name(s), Ascending or Descending
- AVG() - Returns the average value
- COUNT() - Returns the number of rows
- MAX() - Returns the largest value
- MIN() - Returns the smallest value
- SUM() - Returns the sum

Comment 1 Martin Gencur 2016-01-05 12:34:01 UTC
This feature is included in JDG 6.6. Any functional issues were filed in separate BZs.