added contrib fn note, added link to group key definition

pull/1387/head
Scott Anderson 2020-08-04 08:50:17 -06:00
parent 071f428daf
commit c27ea4f3c3
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ related:
The `rows.map()` function is an alternate implementation of [`map()`](/v2.0/reference/flux/stdlib/built-in/transformations/map/)
that is faster, but more limited than `map()`.
`rows.map()` cannot modify table groups key and, therefore, does not need to regroup tables.
`rows.map()` cannot modify [groups keys](/v2.0/reference/glossary/#group-key) and,
therefore, does not need to regroup tables.
**Attempts to change columns in the group key are ignored.**
_**Function type:** Transformation_