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

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.

Detailed Description

Walker context for safe_inline_subst_mutator.

Definition at line 3922 of file safe_query.c.

Member Data Documentation

◆ outer_offset

int safe_inline_subst_ctx::outer_offset

Shift applied to Vars inside substituted TLE expressions.

Definition at line 3925 of file safe_query.c.

◆ target_list

List* safe_inline_subst_ctx::target_list

Inlined subquery's targetList.

Definition at line 3924 of file safe_query.c.

◆ target_rtindex

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.


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