ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
MMappedUUIDHashTable::value_t Struct Reference

One slot in the hash table: a UUID key and its associated integer value. More...

Collaboration diagram for MMappedUUIDHashTable::value_t:

Public Attributes

pg_uuid_t uuid
 Key.
 
unsigned long value
 Associated integer (gate index), or 0 if slot is empty.
 

Detailed Description

One slot in the hash table: a UUID key and its associated integer value.

Definition at line 40 of file MMappedUUIDHashTable.h.

Member Data Documentation

◆ uuid

pg_uuid_t MMappedUUIDHashTable::value_t::uuid

Key.

Definition at line 41 of file MMappedUUIDHashTable.h.

◆ value

unsigned long MMappedUUIDHashTable::value_t::value

Associated integer (gate index), or 0 if slot is empty.

Definition at line 42 of file MMappedUUIDHashTable.h.


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