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

Context for the reduce_varattno_mutator tree walker. More...

Public Attributes

Index varno
 Range-table entry whose attribute numbers are being adjusted.
 
int * offset
 Per-attribute cumulative shift to apply.
 

Detailed Description

Context for the reduce_varattno_mutator tree walker.

Definition at line 137 of file provsql.c.

Member Data Documentation

◆ offset

int* reduce_varattno_mutator_context::offset

Per-attribute cumulative shift to apply.

Definition at line 139 of file provsql.c.

◆ varno

Index reduce_varattno_mutator_context::varno

Range-table entry whose attribute numbers are being adjusted.

Definition at line 138 of file provsql.c.


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