added group key link to aggregate function doc

pull/180/head
Scott Anderson 2019-04-25 11:17:48 -06:00
parent 76ab433185
commit a900719841
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ or create custom aggregate functions using the
Aggregate functions all have the same basic characteristics:
- 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
The `reduce()` function operates on one row at a time using the function defined in