influxdb/influxdb_iox
Martin Hilton d1640bb926
feat(influxql): CUMULATIVE_SUM window function (#8248)
* feat(influxql): CUMULATIVE_SUM window function

Implement the InfluxQL CUMULATIVE_SUM window function. This is
implemented as described in
https://docs.influxdata.com/influxdb/v1.8/query_language/functions/#cumulative_sum.

* chore: Add a test demonstrating NULL handling of CUMULATIVE_SUM

---------

Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-07-18 06:13:58 +00:00
..
src feat(router): Send tracing SpanContext header to ingester during RPC write 2023-07-12 11:30:50 +01:00
tests feat(influxql): CUMULATIVE_SUM window function (#8248) 2023-07-18 06:13:58 +00:00
Cargo.toml chore(deps): Bump serde from 1.0.168 to 1.0.171 (#8241) 2023-07-17 12:05:54 +00:00
build.rs feat: Add support for data-driven InfluxQL tests (#6830) 2023-02-03 12:56:37 +00:00