microsoft/Trill

Progressive versions of hopping and tumbling windows

Open

#16 创建于 2018年12月13日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)C# (133 fork)auto 404
good first issuehelp wanted

仓库指标

Star
 (1,266 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南