PostgreSQL Source Code git master
|
Data Fields | |
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 58 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::current_input_srfs |
Definition at line 56 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::current_input_vars |
Definition at line 55 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
Index split_pathtarget_context::current_sgref |
Definition at line 59 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::input_target_exprs |
Definition at line 49 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::level_input_srfs |
Definition at line 53 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::level_input_vars |
Definition at line 52 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().
List* split_pathtarget_context::level_srfs |
Definition at line 51 of file tlist.c.
Referenced by split_pathtarget_at_srfs(), and split_pathtarget_walker().