aggregateWindow only works with functions that have a column parameter
parent
693e5f2137
commit
b5cb1c7356
|
@ -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"`.
|
||||
|
|
Loading…
Reference in New Issue