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