-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: query structured #41
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
==========================================
- Coverage 86.30% 77.17% -9.14%
==========================================
Files 13 14 +1
Lines 628 771 +143
Branches 96 110 +14
==========================================
+ Hits 542 595 +53
- Misses 38 120 +82
- Partials 48 56 +8
☔ View full report in Codecov by Sentry. |
68ba7b9
to
135c361
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sciator thanks for your PR.
Please add query to points into integration tests.
f467b7a
to
08b62ee
Compare
80c86c4
to
42dbd29
Compare
cd6532d
to
b7ac548
Compare
examples/src/main/java/com/influxdb/v3/DownsamplingExample.java
Outdated
Show resolved
Hide resolved
examples/src/main/java/com/influxdb/v3/DownsamplingExample.java
Outdated
Show resolved
Hide resolved
examples/src/main/java/com/influxdb/v3/DownsamplingExample.java
Outdated
Show resolved
Hide resolved
b7ac548
to
1afaf71
Compare
Proposed Changes
Add structured query support
Checklist