From c27ea4f3c329102e4c0281df8a47797a8b5128fd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 4 Aug 2020 08:50:17 -0600 Subject: [PATCH] added contrib fn note, added link to group key definition --- content/v2.0/reference/flux/stdlib/contrib/rows/map.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/stdlib/contrib/rows/map.md b/content/v2.0/reference/flux/stdlib/contrib/rows/map.md index cd9f0ceb8..de9e9fb77 100644 --- a/content/v2.0/reference/flux/stdlib/contrib/rows/map.md +++ b/content/v2.0/reference/flux/stdlib/contrib/rows/map.md @@ -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_