Skip to content

Commit

Permalink
Simplify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Jan 30, 2024
1 parent ef09601 commit 29ee5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/esql/functions/sum.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ include::{esql-specs}/stats.csv-spec[tag=sum]
include::{esql-specs}/stats.csv-spec[tag=sum-result]
|===

The expression can use inline functions. For example, to calculate the total
sum of the maximum values for each set of multivalued entries in a column,
apply the `MV_MAX` function to each row and then sum the results:
The expression can use inline functions. For example, to calculate
the sum of each employee's maximum salary changes, apply the
`MV_MAX` function to each row and then sum the results:

[source.merge.styled,esql]
----
Expand Down

0 comments on commit 29ee5d0

Please sign in to comment.