You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/06/04 09:14:00 UTC

[GitHub] jena issue #260: JENA-1074: Provide a union graph for DatasetGraph

Github user afs commented on the issue:

    https://github.com/apache/jena/pull/260
  
    The PR keeps "find" operations on `DatasetGraph` returning `Iterator<Quad>`. A graph is used for`Iterator<Triple>`.
    
    The PR adds one new operation: `DatasetGraph.getUnionGraph()`.
    
    The implementation in `DatasetGraphBase` uses `GraphUnionRead` which uses `DatasetGraph.findNG(Quad.unionGraph, ?, ?, ?)`.
    
    `Graph.find()` (no arguments) is added for convenience and to match `DatasetGraph.find()`.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---