PostgreSQL Source Code  git master
split_pathtarget_context Struct Reference

Data Fields

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 46 of file tlist.c.

Field Documentation

◆ current_depth

int split_pathtarget_context::current_depth

Definition at line 58 of file tlist.c.

◆ current_input_srfs

List* split_pathtarget_context::current_input_srfs

Definition at line 56 of file tlist.c.

◆ current_input_vars

List* split_pathtarget_context::current_input_vars

Definition at line 55 of file tlist.c.

◆ current_sgref

Index split_pathtarget_context::current_sgref

Definition at line 59 of file tlist.c.

◆ input_target_exprs

List* split_pathtarget_context::input_target_exprs

Definition at line 49 of file tlist.c.

◆ level_input_srfs

List* split_pathtarget_context::level_input_srfs

Definition at line 53 of file tlist.c.

◆ level_input_vars

List* split_pathtarget_context::level_input_vars

Definition at line 52 of file tlist.c.

◆ level_srfs

List* split_pathtarget_context::level_srfs

Definition at line 51 of file tlist.c.


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