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

Binary internal layout of random_variable. More...

Collaboration diagram for random_variable:

Public Attributes

pg_uuid_t tok
 Provenance gate UUID.

Detailed Description

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.

Member Data Documentation

◆ tok

pg_uuid_t random_variable::tok

Provenance gate UUID.

Definition at line 30 of file random_variable_type.c.


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