Skip to main content Skip to complementary content

SUM_EACH

Computes the sum per given group.

Syntax

SUM_EACH([MAX_VALUES,] GROUP, VALUE)

Arguments

MAX_VALUES

Type: integer

Default: 2,147,483,647

(Optional) The maximum number of groups. Groups beyond this amount are discarded. When omitted, there is effectively no limit.

In some cases, discarding groups via this option may cause some data to be discarded from groups that would otherwise have been kept.

GROUP

Type: any

The field to group by.

VALUE

Type: numeric

The field to sum up.

Returns

Type: array

Returns an array of key-value pairs where each GROUP is matched to the sum of all values VALUE seen for that group.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!