![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
Walker context for safe_inline_subst_mutator.
More...
Public Attributes | |
| Index | target_rtindex |
| rtindex of the inlined subquery in the outer rtable | |
| List * | target_list |
Inlined subquery's targetList. | |
| int | outer_offset |
| Shift applied to Vars inside substituted TLE expressions. | |
Walker context for safe_inline_subst_mutator.
Definition at line 3922 of file safe_query.c.
| int safe_inline_subst_ctx::outer_offset |
Shift applied to Vars inside substituted TLE expressions.
Definition at line 3925 of file safe_query.c.
| List* safe_inline_subst_ctx::target_list |
Inlined subquery's targetList.
Definition at line 3924 of file safe_query.c.
| Index safe_inline_subst_ctx::target_rtindex |
rtindex of the inlined subquery in the outer rtable
Definition at line 3923 of file safe_query.c.