Skip to content

feat: add support for columns() function #337

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

Merged
merged 3 commits into from
Apr 20, 2022
Merged

feat: add support for columns() function #337

merged 3 commits into from
Apr 20, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Apr 19, 2022

Closes #336

Proposed Changes

Added support for columns() function.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review April 19, 2022 12:26
@bednar bednar requested a review from rhajek April 19, 2022 12:26
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2022

Codecov Report

Merging #337 (9897244) into master (eaa88b3) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #337      +/-   ##
============================================
+ Coverage     88.86%   88.88%   +0.01%     
- Complexity      628      633       +5     
============================================
  Files           152      153       +1     
  Lines          6271     6279       +8     
  Branches        299      299              
============================================
+ Hits           5573     5581       +8     
  Misses          612      612              
  Partials         86       86              
Impacted Files Coverage Δ
...dsl/src/main/java/com/influxdb/query/dsl/Flux.java 96.15% <100.00%> (+0.02%) ⬆️
.../com/influxdb/query/dsl/functions/ColumnsFlux.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eaa88b3...9897244. Read the comment docs.

@bednar bednar merged commit f50edf0 into master Apr 20, 2022
@bednar bednar deleted the flux_dsl_columns branch April 20, 2022 10:33
@bednar bednar added this to the 6.1.0 milestone Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] How to get all tag keys from some bucket using Flux DSL?
3 participants