|
Volksdata 1.0b7
RDF library
|

Data Fields | |
| HTStore * | store |
| Store being iterated. | |
| size_t | cur |
| Internal hash table cursor. | |
| VOLK_Key | luk [3] |
| 0÷3 lookup keys. | |
| VOLK_key_eq_fn_t | eq_fn |
| Equality function to test triples. | |
| int | rc |
| VOLK_TripleKey * | entry |
| Retrieved SPO key. | |
Definition at line 22 of file store_htable.c.
| HTStore* HTIterator::store |
Store being iterated.
Definition at line 23 of file store_htable.c.
| size_t HTIterator::cur |
Internal hash table cursor.
Definition at line 24 of file store_htable.c.
| VOLK_Key HTIterator::luk[3] |
0÷3 lookup keys.
Definition at line 25 of file store_htable.c.
| VOLK_key_eq_fn_t HTIterator::eq_fn |
Equality function to test triples.
Definition at line 26 of file store_htable.c.
| int HTIterator::rc |
Return code for next result. When the end of results is reached, this is set to VOLK_END.
Definition at line 27 of file store_htable.c.
| VOLK_TripleKey* HTIterator::entry |
Retrieved SPO key.
Definition at line 30 of file store_htable.c.