aggregateWindow only works with functions that have a column parameter

pull/132/head
Scott Anderson 2019-04-10 09:06:43 -06:00
parent 693e5f2137
commit b5cb1c7356
1 changed files with 5 additions and 1 deletions

View File

@ -37,10 +37,14 @@ The duration of windows.
_**Data type:** Duration_
### fn
The aggregate function used in the operation.
The [aggregate function](/v2.0/reference/flux/functions/built-in/transformations/aggregates) used in the operation.
_**Data type:** Function_
{{% note %}}
Only aggregate functions with a `column` parameter (singular) work with `aggregateWindow()`.
{{% /note %}}
### column
The column on which to operate.
Defaults to `"_value"`.