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

How to do filtering #255

Open
AntonOellerer opened this issue Mar 9, 2023 · 2 comments
Open

How to do filtering #255

AntonOellerer opened this issue Mar 9, 2023 · 2 comments
Labels
feat New feature or request

Comments

@AntonOellerer
Copy link
Contributor

Is your feature request related to a problem? Please describe.

After aggregation, I would like to only forward windows to the next stream where a certain condition holds.

Describe the solution you'd like

I think this could be done with a WHERE clause, but so far I have neither found documentation on it, nor been able to express this in the query language.

Describe alternatives you've considered

None, but as filtering is a listed feature, I am assuming there is some way to do this.
I also searched through the issues, but did not really find an answer.

Additional context

SpringQL helps you reduce data size by filtering, aggregation, and projection.

@AntonOellerer AntonOellerer added the feat New feature or request label Mar 9, 2023
@laysakura
Copy link
Contributor

laysakura commented Mar 9, 2023

I got your point.

We are planning to change programmers' interface from SQL-like language to Beam Model.
ref: #97

It may take a long time so please be patient.

@AntonOellerer
Copy link
Contributor Author

Ok, thank you for the information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants