[ 
https://issues.apache.org/jira/browse/JENA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987324#action_12987324
 ] 

Stephen Allen commented on JENA-26:
-----------------------------------

There is no other way to find out the count of a find pattern in a standard way 
through Jena.  Some graph store implementations *might* be able to answer that 
question without iterating over all the results.  However, stores that retain 
this information typically do so for query optimization, therefore it would 
usually just be an estimate for costing purposes and not necessarily accurate.  
And finally, even if there were a store that had an accurate answer there is no 
current way to expose that through the standard Graph interface, so retrieving 
it would be implementation specific.


> Make Iter class documentation more prominent
> --------------------------------------------
>
>                 Key: JENA-26
>                 URL: https://issues.apache.org/jira/browse/JENA-26
>             Project: Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Benson Margulies
>
> The Iter class has useful things in it but is currently obscure. Improve the 
> javadoc and link to it from Model.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to