Juan José Ramos Cassella created GEODE-6911:
-----------------------------------------------
Summary: Fix SUM short description
Key: GEODE-6911
URL: https://issues.apache.org/jira/browse/GEODE-6911
Project: Geode
Issue Type: Sub-task
Components: docs
Reporter: Juan José Ramos Cassella
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. The GROUP BY extension is also supported where appropriate.
{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. The GROUP BY extension is also supported where appropriate.
{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)