![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Helper definitions for HAVING-clause provenance evaluation. More...
#include "postgres.h"#include "catalog/pg_type.h"#include "utils/lsyscache.h"#include "c_cpp_compatibility.h"#include <climits>#include <string>#include <unordered_set>#include <vector>#include "having_semantics.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | provsql_having_detail |
Helper definitions for HAVING-clause provenance evaluation.
Defines the small non-template helpers declared in provsql_having_detail in having_semantics.hpp. The actual possible-worlds enumeration logic is the provsql_having() template in the header.
Definition in file having_semantics.cpp.