diff --git a/influxdb3/query_iterator.go b/influxdb3/query_iterator.go index dcae943..8778d35 100644 --- a/influxdb3/query_iterator.go +++ b/influxdb3/query_iterator.go @@ -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{} {