Skip to content
This repository was archived by the owner on Apr 29, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 217 Bytes

File metadata and controls

13 lines (10 loc) · 217 Bytes

sliding-sum-agg

Provides "sliding sum" aggregate function.

Sample:

key value sum
1 2 2
1 3 3
2 1 4
1 5 6