PostgreSQL Source Code git master
split_pathtarget_context Struct Reference

Data Fields

PlannerInforoot
 
bool is_grouping_target
 
Listinput_target_exprs
 
Listlevel_srfs
 
Listlevel_input_vars
 
Listlevel_input_srfs
 
Listcurrent_input_vars
 
Listcurrent_input_srfs
 
int current_depth
 
Index current_sgref
 

Detailed Description

Definition at line 47 of file tlist.c.

Field Documentation

◆ current_depth

int split_pathtarget_context::current_depth

Definition at line 61 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ current_input_srfs

List* split_pathtarget_context::current_input_srfs

Definition at line 59 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ current_input_vars

List* split_pathtarget_context::current_input_vars

Definition at line 58 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ current_sgref

Index split_pathtarget_context::current_sgref

Definition at line 62 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ input_target_exprs

List* split_pathtarget_context::input_target_exprs

Definition at line 52 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ is_grouping_target

bool split_pathtarget_context::is_grouping_target

Definition at line 50 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ level_input_srfs

List* split_pathtarget_context::level_input_srfs

Definition at line 56 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ level_input_vars

List* split_pathtarget_context::level_input_vars

Definition at line 55 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ level_srfs

List* split_pathtarget_context::level_srfs

Definition at line 54 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().

◆ root

PlannerInfo* split_pathtarget_context::root

Definition at line 49 of file tlist.c.

Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().


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