PostgreSQL Source Code  git master
MergeAppendPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listsubpaths
 
Cardinality limit_tuples
 

Detailed Description

Definition at line 1942 of file pathnodes.h.

Field Documentation

◆ limit_tuples

Cardinality MergeAppendPath::limit_tuples

Definition at line 1946 of file pathnodes.h.

Referenced by create_merge_append_path(), and create_merge_append_plan().

◆ path

Path MergeAppendPath::path

Definition at line 1944 of file pathnodes.h.

Referenced by create_merge_append_path(), and create_merge_append_plan().

◆ subpaths


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