removed flux 0.31.1 from changelog, fixed typo in aggregateWindow doc
parent
330ead2cf4
commit
a9e1cf0572
|
@ -84,7 +84,7 @@ from(bucket: "example-bucket")
|
|||
fn: mean
|
||||
)
|
||||
```
|
||||
####### Specifying parameters of the aggregate function
|
||||
###### Specifying parameters of the aggregate function
|
||||
To use `aggregateWindow()` aggregate functions that don't provide defaults for required parameters,
|
||||
for the `fn` parameter, define an anonymous function with `columns` and `tables` parameters
|
||||
that pipe-forwards tables into the aggregate function with all required parameters defined:
|
||||
|
|
|
@ -9,16 +9,11 @@ menu:
|
|||
---
|
||||
|
||||
{{% note %}}
|
||||
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.1**.
|
||||
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.0**.
|
||||
Though newer versions of Flux may be available, they will not be included with
|
||||
InfluxDB until the next InfluxDB v2.0 release._
|
||||
{{% /note %}}
|
||||
|
||||
## v0.31.1 [2019-05-29]
|
||||
|
||||
### Bug fixes
|
||||
- Do not call done after calling the function.
|
||||
|
||||
## v0.31.0 [2019-05-28]
|
||||
|
||||
### Breaking changes
|
||||
|
|
Loading…
Reference in New Issue