edit f Scott

pull/1345/head
kelseiv 2020-08-17 17:10:03 -07:00 committed by Scott Anderson
parent 8110bf8739
commit 93f33ef74f
1 changed files with 3 additions and 3 deletions

View File

@ -143,8 +143,8 @@ const fluxQuery =
|> filter(fn: (r) => r._measurement == "temperature")' |> filter(fn: (r) => r._measurement == "temperature")'
``` ```
The query client performs the api and returns line table metadata and rows. The **query client** sends the Flux query to InfluxDB and returns line table metadata and rows.
The `next` method iterates over the rows. Use the `next` method to iterate over the rows.
```js ```js
queryApi.queryRows(fluxQuery, { queryApi.queryRows(fluxQuery, {