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

Windows in S2S operators #78

Open
AlasdairGray opened this issue Aug 22, 2016 · 2 comments
Open

Windows in S2S operators #78

AlasdairGray opened this issue Aug 22, 2016 · 2 comments

Comments

@AlasdairGray
Copy link

The text in Section 4.4 argues for not needing to define windows for streaming operators. The examples 6&7 then go and give example queries with windows. Why was the following form of query not used for Example 6?

SELECT ?room ?person
FROM STREAM ex:social
WHERE {
  ?person :isIn ?room
}

The existing proposal seems to require a lot of syntax for no benefit.

@jpcik
Copy link
Contributor

jpcik commented Aug 23, 2016

I think it is only for keeping the same syntax as when window boundaries are specified. I think your version can be used as well, which could be more convenient.

@AlasdairGray
Copy link
Author

The syntax without the windows would better fit our non-functional requirements

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

No branches or pull requests

2 participants