#include <TripleSource.h>
Inheritance diagram for TripleSource::
It is similar to a TripleAdder, which provides triples at its own pace, asynchronously.
See Agent for some operations on TripleSources.
Definition at line 26 of file TripleSource.h.
|
Get the first triple which matches the pattern, and then (on following calls) get the next matching triples. max_results is a hint which can improve performance if you know ahead of time that you will not be iterating more than some number of times. Reimplemented in NTriplesFilePool, InMemoryPool, and XSBPool. |
|
Computer the set union. This is called "unionWith" instead of "union" because union is a C++ keyword. Reimplemented in QueryablePool. Definition at line 83 of file TripleSource.h. |