![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Binary internal layout of random_variable.
More...

Public Attributes | |
| pg_uuid_t | tok |
| Provenance gate UUID. | |
Binary internal layout of random_variable.
16 bytes UUID, no padding, TYPALIGN_CHAR (matching pg_uuid_t exactly) so a binary-coercible CREATE CAST is sound – a cast site reinterprets the same bytes without a runtime conversion function.
Definition at line 29 of file random_variable_type.c.
| pg_uuid_t random_variable::tok |
Provenance gate UUID.
Definition at line 30 of file random_variable_type.c.