edit f Scott

pull/945/head
kelseiv 2020-08-17 17:10:03 -07:00 committed by GitHub
parent 3e2081d7db
commit 234e42a600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -143,8 +143,8 @@ const fluxQuery =
|> filter(fn: (r) => r._measurement == "temperature")'
```
The query client performs the api and returns line table metadata and rows.
The `next` method iterates over the rows.
The **query client** sends the Flux query to InfluxDB and returns line table metadata and rows.
Use the `next` method to iterate over the rows.
```js
queryApi.queryRows(fluxQuery, {
@ -181,4 +181,4 @@ queryApi.queryRows(fluxQuery, {
})
```
For more information, see the [JavaScript client README on GitHub](https://github.com/influxdata/influxdb-client-js).
For more information, see the [JavaScript client README on GitHub](https://github.com/influxdata/influxdb-client-js).