microsoft/Trill

Progressive versions of hopping and tumbling windows

Open

#16 aberto em 13 de dez. de 2018

Ver no GitHub
 (0 comments) (2 reactions) (0 assignees)C# (133 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (1.266 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador