microsoft/Trill

Progressive versions of hopping and tumbling windows

Open

#16 ouverte le 13 déc. 2018

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)C# (133 forks)auto 404
good first issuehelp wanted

Métriques du dépôt

Stars
 (1 266 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur