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