Skip to content

Commit

Permalink
docs: query_iterator.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Stirnaman <[email protected]>
  • Loading branch information
bednar and jstirnaman authored Nov 6, 2024
1 parent a460a8a commit 2da6b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb3/query_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
// the flight reader. It provides methods such as Next, Value, and Index to consume the flight reader,
// or users can use the underlying reader directly with the Raw method.
//
// The QueryIterator can return responses into several types:
// The QueryIterator can return responses as one of the following data types:
// - iterator.Value() returns map[string]interface{} object representing the current row
// - iterator.AsPoints() returns *PointValues object representing the current row
// - iterator.Raw() returns the underlying *flight.Reader object
Expand Down

0 comments on commit 2da6b95

Please sign in to comment.