History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-88
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

return type of RdfSource.optimizeQuery(...) should be Query

Created: 08/Oct/04 04:29 PM   Updated: 17/Nov/04 11:01 AM
Component/s: RDBMS Sail, Memory Sail, Native Sail
Affects Version/s: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1-RC1
Fix Version/s: 1.1-RC2


 Description   
The return type of RdfSource.optimizeQuery(Query query) is currently void. This makes it impossible to do query optimizations that require replacement of the query model.

It would therefore be an improvement if the return type was changed to Query. This would have minimal impact on existing implementations, and would enable complete replacement of one query model by another during optimization.


 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [08/Oct/04 04:30 PM]
Fixed in CVS.