Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Sliding Windows #485

Open
daniil-quix opened this issue Sep 5, 2024 · 0 comments
Open

Feature: Sliding Windows #485

daniil-quix opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@daniil-quix
Copy link
Collaborator

daniil-quix commented Sep 5, 2024

Add support for Sliding Windows.

Sliding Windows are fixed-time windows determined by the record timestamps.
For example, calculating the average sum over the last 5 minutes requires sliding windows.
Joins also use sliding windows.

More details and API examples will be added later.

Relates to #484

@daniil-quix daniil-quix added the enhancement New feature or request label Sep 5, 2024
@daniil-quix daniil-quix added this to the Q4 2024 milestone Sep 5, 2024
@gwaramadze gwaramadze self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Review
Development

No branches or pull requests

2 participants