Skip to content

feat: add aggregateWindow operator#111

Merged
bednar merged 2 commits intomasterfrom
feat/aggregate-window
May 13, 2020
Merged

feat: add aggregateWindow operator#111
bednar merged 2 commits intomasterfrom
feat/aggregate-window

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented May 13, 2020

Closes #107

Briefly describe your proposed changes:

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added the enhancement New feature or request label May 13, 2020
@bednar bednar added this to the 1.8.0 milestone May 13, 2020
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #111 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #111      +/-   ##
============================================
- Coverage     91.48%   91.48%   -0.01%     
- Complexity      429      441      +12     
============================================
  Files           136      137       +1     
  Lines          5392     5423      +31     
  Branches        218      218              
============================================
+ Hits           4933     4961      +28     
- Misses          369      371       +2     
- Partials         90       91       +1     
Impacted Files Coverage Δ Complexity Δ
...dsl/src/main/java/com/influxdb/query/dsl/Flux.java 96.05% <100.00%> (+0.05%) 140.00 <2.00> (+2.00)
.../influxdb/query/dsl/functions/AggregateWindow.java 100.00% <100.00%> (ø) 10.00 <10.00> (?)
.../influxdb/client/internal/AbstractWriteClient.java 89.57% <0.00%> (-1.90%) 0.00% <0.00%> (ø%)
...luxdb/client/kotlin/internal/QueryKotlinApiImpl.kt 76.11% <0.00%> (+1.49%) 0.00% <0.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 364fec8...345decf. Read the comment docs.

@bednar bednar merged commit 1f93fd8 into master May 13, 2020
@bednar bednar deleted the feat/aggregate-window branch May 13, 2020 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[flux-dsl] aggregateWindow yet to be supported?

2 participants