added group key link to aggregate function doc
parent
76ab433185
commit
a900719841
|
@ -18,7 +18,7 @@ or create custom aggregate functions using the
|
||||||
Aggregate functions all have the same basic characteristics:
|
Aggregate functions all have the same basic characteristics:
|
||||||
|
|
||||||
- They operate on individual input tables and transform all records into a single record.
|
- They operate on individual input tables and transform all records into a single record.
|
||||||
- The output table has the same group key as the input table.
|
- The output table has the same [group key](/v2.0/query-data/get-started/#group-keys) as the input table.
|
||||||
|
|
||||||
## How reduce() works
|
## How reduce() works
|
||||||
The `reduce()` function operates on one row at a time using the function defined in
|
The `reduce()` function operates on one row at a time using the function defined in
|
||||||
|
|
Loading…
Reference in New Issue