PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Append Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
Bitmapsetapprelids
 
Listappendplans
 
int nasyncplans
 
int first_partial_plan
 
int part_prune_index
 

Detailed Description

Definition at line 348 of file plannodes.h.

Field Documentation

◆ appendplans

List* Append::appendplans

◆ apprelids

Bitmapset* Append::apprelids

Definition at line 352 of file plannodes.h.

Referenced by ExecInitAppend(), and set_append_references().

◆ first_partial_plan

int Append::first_partial_plan

Definition at line 361 of file plannodes.h.

Referenced by ExecInitAppend().

◆ nasyncplans

int Append::nasyncplans

Definition at line 355 of file plannodes.h.

◆ part_prune_index

int Append::part_prune_index

Definition at line 368 of file plannodes.h.

Referenced by ExecInitAppend(), and set_append_references().

◆ plan

Plan Append::plan

Definition at line 350 of file plannodes.h.

Referenced by set_append_references().


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