![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
One slot in the hash table: a UUID key and its associated integer value. More...

Public Attributes | |
| pg_uuid_t | uuid |
| Key. | |
| unsigned long | value |
| Associated integer (gate index), or 0 if slot is empty. | |
One slot in the hash table: a UUID key and its associated integer value.
Definition at line 40 of file MMappedUUIDHashTable.h.
| pg_uuid_t MMappedUUIDHashTable::value_t::uuid |
Key.
Definition at line 41 of file MMappedUUIDHashTable.h.
| unsigned long MMappedUUIDHashTable::value_t::value |
Associated integer (gate index), or 0 if slot is empty.
Definition at line 42 of file MMappedUUIDHashTable.h.