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
This feature is included in JDG 6.6. Any functional issues were filed in separate BZs.
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.