PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AppendPathInput Struct Reference

#include <pathnode.h>

Data Fields

Listsubpaths
 
Listpartial_subpaths
 
Listchild_append_relid_sets
 

Detailed Description

Definition at line 28 of file pathnode.h.

Field Documentation

◆ child_append_relid_sets

List* AppendPathInput::child_append_relid_sets

Definition at line 32 of file pathnode.h.

Referenced by add_paths_to_append_rel(), and generate_orderedappend_paths().

◆ partial_subpaths

List* AppendPathInput::partial_subpaths

Definition at line 31 of file pathnode.h.

Referenced by add_paths_to_append_rel(), and generate_union_paths().

◆ subpaths

List* AppendPathInput::subpaths

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