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