![]() |
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 4066 of file safe_query.c.
| int safe_inline_subst_ctx::outer_offset |
Shift applied to Vars inside substituted TLE expressions.
Definition at line 4069 of file safe_query.c.
| List* safe_inline_subst_ctx::target_list |
Inlined subquery's targetList.
Definition at line 4068 of file safe_query.c.
| Index safe_inline_subst_ctx::target_rtindex |
rtindex of the inlined subquery in the outer rtable
Definition at line 4067 of file safe_query.c.