PostgreSQL Source Code  git master
PartitionPruneStepCombine Struct Reference

#include <plannodes.h>

Data Fields

PartitionPruneStep step
 
PartitionPruneCombineOp combineOp
 
Listsource_stepids
 

Detailed Description

Definition at line 1549 of file plannodes.h.

Field Documentation

◆ combineOp

PartitionPruneCombineOp PartitionPruneStepCombine::combineOp

Definition at line 1553 of file plannodes.h.

Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().

◆ source_stepids

List* PartitionPruneStepCombine::source_stepids

Definition at line 1554 of file plannodes.h.

Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().

◆ step

PartitionPruneStep PartitionPruneStepCombine::step

Definition at line 1551 of file plannodes.h.

Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().


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