Skip to content

Commit 67a1d86

Browse files
authored
Merge pull request #4333 from dimitri-koenig/patch-1
Rename header from 'sumArray' to 'sumForEach'
2 parents 4f672cf + bad1e16 commit 67a1d86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/examples/aggregate_function_combinators/sumForEach.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
slug: '/examples/aggregate-function-combinators/sumForEach'
33
title: 'sumForEach'
4-
description: 'Example of using the sumArray combinator'
5-
keywords: ['sum', 'array', 'combinator', 'examples', 'sumArray']
6-
sidebar_label: 'sumArray'
4+
description: 'Example of using the sumForEach aggregate function'
5+
keywords: ['sum', 'ForEach', 'combinator', 'examples', 'sumForEach']
6+
sidebar_label: 'sumForEach'
77
---
88

9-
# sumArray {#sumforeach}
9+
# sumForEach {#sumforeach}
1010

1111
## Description {#description}
1212

@@ -45,4 +45,4 @@ ORDER BY hour_of_day;
4545

4646
## See also {#see-also}
4747
- [`sum`](/sql-reference/aggregate-functions/reference/sum)
48-
- [`ForEach combinator`](/sql-reference/aggregate-functions/combinators#-foreach)
48+
- [`ForEach` combinator](/sql-reference/aggregate-functions/combinators#-foreach)

0 commit comments

Comments
 (0)