![]() |
ProvSQL SQL API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
UUID namespace and identity element functions used for deterministic gate generation. More...
Functions | |
| UUID | provsql.uuid_ns_provsql () |
| Return the ProvSQL UUID namespace (used for deterministic gate UUIDs) | |
| UUID | provsql.gate_zero () |
| Return the UUID of the semiring zero gate. | |
| UUID | provsql.gate_one () |
| Return the UUID of the semiring one gate. | |
| DOUBLE PRECISION | provsql.epsilon () |
| Return the epsilon threshold used for probability comparisons. | |
UUID namespace and identity element functions used for deterministic gate generation.
| DOUBLE PRECISION provsql.epsilon | ( | ) |
Return the epsilon threshold used for probability comparisons.
| UUID provsql.gate_one | ( | ) |
Return the UUID of the semiring one gate.
| UUID provsql.gate_zero | ( | ) |
Return the UUID of the semiring zero gate.
| UUID provsql.uuid_ns_provsql | ( | ) |
Return the ProvSQL UUID namespace (used for deterministic gate UUIDs)