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
Is there a reason why continuous queries cannot be identified using as a resource (IRI)? If there is no particular reason for this I would propose making this change in the parse. I've tried this locally and everything seems to work fine. Would this have any unforeseen consequences for the C-SPARQL execution engine?
Example query:
REGISTER STREAM <http://stream2> AS
SELECT *
FROM NAMED STREAM <http://stream1> [RANGE 1s STEP 1s]
WHERE {
?s ?p ?o
}
Is there a reason why continuous queries cannot be identified using as a resource (IRI)? If there is no particular reason for this I would propose making this change in the parse. I've tried this locally and everything seems to work fine. Would this have any unforeseen consequences for the C-SPARQL execution engine?
Example query:
Grammar/master.jj
to
The text was updated successfully, but these errors were encountered: