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 2da6b95 commit cf44fa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions influxdb3/query_iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ func (i *QueryIterator) AsPoints() *PointValues {
// - iox::column_type::field::string: => string
// - iox::column_type::field::boolean: => bool
//
// Tags are mapped to "string".
//
// Returns:
// - A map[string]interface{} object representing the current value.
func (i *QueryIterator) Value() map[string]interface{} {
Expand Down

0 comments on commit cf44fa9

Please sign in to comment.