InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
24 stars 13 forks source link

feat: query structured #35

Closed Sciator closed 12 months ago

Sciator commented 1 year ago

Closes #

Proposed Changes

Briefly describe your proposed changes:

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Attention: 188 lines in your changes are missing coverage. Please review.

Comparison is base (0a37cec) 83.84% compared to head (62cf6c6) 66.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## =========================================== - Coverage 83.84% 66.70% -17.15% =========================================== Files 10 11 +1 Lines 681 895 +214 =========================================== + Hits 571 597 +26 - Misses 95 279 +184 - Partials 15 19 +4 ``` | [Files](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity) | Coverage Δ | | |---|---|---| | [influxdb3/query.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3F1ZXJ5Lmdv) | `82.08% <100.00%> (ø)` | | | [influxdb3/query\_type.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3F1ZXJ5X3R5cGUuZ28=) | `100.00% <ø> (ø)` | | | [influxdb3/write.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3dyaXRlLmdv) | `97.65% <100.00%> (+0.09%)` | :arrow_up: | | [influxdb3/query\_iterator.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3F1ZXJ5X2l0ZXJhdG9yLmdv) | `35.91% <0.00%> (-13.13%)` | :arrow_down: | | [influxdb3/point.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3BvaW50Lmdv) | `65.49% <48.42%> (-34.51%)` | :arrow_down: | | [influxdb3/point\_values.go](https://app.codecov.io/gh/InfluxCommunity/influxdb3-go/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=InfluxCommunity#diff-aW5mbHV4ZGIzL3BvaW50X3ZhbHVlcy5nbw==) | `18.54% <18.54%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bednar commented 12 months ago

I will create new to approve by @Sciator