darach / eep-js

eep.js - Embedded Event Processing
MIT License
217 stars 33 forks source link

2 fixes and 1 feature #16

Open prevosti opened 4 years ago

prevosti commented 4 years ago

This PR adds 3 commits with the following changes:

  1. Adds the window operator object into the Temporal functions. This way an Aggregate function can call for a tick() on the window even for clock based windows.

  2. Fixes typo in test

  3. Fixes size() function in SlidingWindow