16#ifndef CLASSIFY_QUERY_H
17#define CLASSIFY_QUERY_H
20#include "nodes/parsenodes.h"
21#include "nodes/pg_list.h"
Per-table provenance metadata persisted alongside the circuit store.
provsql_table_kind
How the provenance leaves of a tracked relation are correlated.
bool provsql_classify_top_level
Backing storage for the provsql.classify_top_level GUC.
void provsql_classify_emit_notice(const ProvSQLClassification *c)
Render the result of provsql_classify_query as a NOTICE.
void provsql_classify_query(Query *q, ProvSQLClassification *out)
Classify the result relation of a parsed top-level Query.
Result of provsql_classify_query.