Skip to content

Commit

Permalink
docs: remove link of QueryTableResult
Browse files Browse the repository at this point in the history
  • Loading branch information
soolaugust committed Dec 16, 2020
1 parent c98ebf8 commit 75f68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func main() {
```
### Queries
Query client offers two ways of retrieving query results, parsed representation in [QueryTableResult](https://github.com/influxdata/influxdb-client-go/blob/master/query.go#L162) and a raw result string.
Query client offers two ways of retrieving query results, parsed representation in QueryTableResult and a raw result string.
### QueryTableResult
QueryTableResult offers comfortable way how to deal with flux query CSV response. It parses CSV stream into FluxTableMetaData, FluxColumn and FluxRecord objects
Expand Down

0 comments on commit 75f68ae

Please sign in to comment.