add note for matching params to reduce() function

pull/358/head
Kelly 2019-07-25 17:58:24 -07:00
parent e6130f8a7e
commit 5a94e0a668
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ However, if two reduced tables write to the same destination group key, the func
## Parameters
{{% note %}}
Make sure `fn` parameter names match each specified parameter. To learn why, see [Match parameter names](/v2.0/reference/flux/language/data-model/#match-parameter-names).
{{% /note %}}
### fn
Function to apply to each record with a reducer object ([`identity`](#identity)).