[ https://issues.apache.org/jira/browse/GEODE-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Juan José Ramos Cassella resolved GEODE-6911. --------------------------------------------- Resolution: Fixed Fix Version/s: 1.10.0 > Fix SUM short description > ------------------------- > > Key: GEODE-6911 > URL: https://issues.apache.org/jira/browse/GEODE-6911 > Project: Geode > Issue Type: Improvement > Components: docs > Reporter: Juan José Ramos Cassella > Assignee: Juan José Ramos Cassella > Priority: Major > Labels: GeodeCommons > Fix For: 1.10.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Regarding the first paragraph in [OQL Aggregate > Functions|https://geode.apache.org/docs/guide/19/developing/query_select/aggregates.html]: > {quote} > The aggregate functions MIN, MAX, AVG, AVG over a DISTINCT expression, SUM > over a DISTINCT expression, COUNT, and COUNT over a DISTINCT expression are > supported. > {quote} > It makes the user think that the {{SUM}} function can be only used in > conjunction with the {{DISTINCT}} expression, which is false. It should be > changed to. > {quote} > The aggregate functions MIN, MAX, AVG, AVG over a DISTINCT expression, SUM, > SUM over a DISTINCT expression, COUNT, and COUNT over a DISTINCT expression > are supported. > {quote} -- This message was sent by Atlassian JIRA (v7.6.3#76005)