microsoft/Trill

Progressive versions of hopping and tumbling windows

Open

#16 opened on 2018年12月13日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)C# (133 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (1,266 stars)
PR merge metrics
 (PR metrics pending)

説明

Implement progressive versions of hopping and tumbling windows:

  • Both window macro methods should get added versions that take an additional parameter
  • The parameter should represent the time interval that should be used to produce intermediate results of aggregations
  • The parameter should be a clean divisor of the tumble size for tumbling windows and the hop size for hopping windows

コントリビューターガイド