|
PostgreSQL Source Code git master
|
Data Fields | |
| PlannerInfo * | root |
| bool | is_grouping_target |
| List * | input_target_exprs |
| List * | level_srfs |
| List * | level_input_vars |
| List * | level_input_srfs |
| List * | current_input_vars |
| List * | current_input_srfs |
| int | current_depth |
| Index | current_sgref |
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| PlannerInfo* split_pathtarget_context::root |
Definition at line 49 of file tlist.c.
Referenced by split_pathtarget_at_srfs_extended(), and split_pathtarget_walker().