You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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?
The existing proposal seems to require a lot of syntax for no benefit.
The text was updated successfully, but these errors were encountered: