|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| PartitionPruneStep | step |
| PartitionPruneCombineOp | combineOp |
| List * | source_stepids |
Definition at line 1778 of file plannodes.h.
| PartitionPruneCombineOp PartitionPruneStepCombine::combineOp |
Definition at line 1782 of file plannodes.h.
Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().
| List* PartitionPruneStepCombine::source_stepids |
Definition at line 1783 of file plannodes.h.
Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().
| PartitionPruneStep PartitionPruneStepCombine::step |
Definition at line 1780 of file plannodes.h.
Referenced by gen_prune_step_combine(), and perform_pruning_combine_step().