[
https://issues.apache.org/jira/browse/GEODE-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juan José Ramos Cassella updated GEODE-6911:
--------------------------------------------
Description:
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}
was:
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}
> 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
> Priority: Major
>
> 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)