Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
HTIterator Struct Reference
Collaboration diagram for HTIterator:

Data Fields

HTStorestore
 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_TripleKeyentry
 Retrieved SPO key.

Detailed Description

Definition at line 22 of file store_htable.c.

Field Documentation

◆ store

HTStore* HTIterator::store

Store being iterated.

Definition at line 23 of file store_htable.c.

◆ cur

size_t HTIterator::cur

Internal hash table cursor.

Definition at line 24 of file store_htable.c.

◆ luk

VOLK_Key HTIterator::luk[3]

0÷3 lookup keys.

Definition at line 25 of file store_htable.c.

◆ eq_fn

VOLK_key_eq_fn_t HTIterator::eq_fn

Equality function to test triples.

Definition at line 26 of file store_htable.c.

◆ rc

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.

◆ entry

VOLK_TripleKey* HTIterator::entry

Retrieved SPO key.

Definition at line 30 of file store_htable.c.


The documentation for this struct was generated from the following file: