Håvard M. Ottestad
Håvard M. Ottestad
Marked this as stale to signal that the PR hasn't been active for a while and that we should consider closing it.
Related to: - https://github.com/eclipse/rdf4j/issues/1795 - https://github.com/eclipse/rdf4j/issues/3486
The MemoryStore uses a single store and has a Boolean flag to indicate if a statement is explicit or inferred. This way it's easy to be sure that statements are...
Could you add some tests too?
Marked this as stale to signal that the PR hasn't been active for a while and that we should consider closing it.
I haven't worked on this.
Probably. We should try to make something generic for everything. I used an abstract class for the inference benchmarks, but I'm not very happy about the workflow that it forces....
@jeenbroekstra you want to take a look? Some things I'm uncertain about: - naming - how best to handle updating the Value in a Binding in a BindingSet - if...
@jeenbroekstra maybe it's easier if I name it something referring to "inject", as in that we can inject optimizers into the existing pipeline.
How would I optimize the query before passing it to the evaluation factory?