afs opened a new issue, #3591:
URL: https://github.com/apache/jena/issues/3591

   "initial binding" is a mechanism to modify SPARQL execution by providing a 
an initial query solution, which is then propagated through out pattern 
matching. It only works for local execution; it's exact behaviour is undefined 
and it blocks work on query optimization; future SPARQL standardisation is 
going in a different direction.
   
   Removal has been signalled in the codebase in the more recent Jena 5.x 
versions.
   
   The effect of "initial binding" is replace by "substitution" which performs 
a syntax-level change to the query or update before execution. This works for 
local and remote query execution.
   
   See also classes `QueryTransformOps` and `UpdateTransformOps` that perform 
the substitution steps.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to