PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
PartitionPruneStep | step |
StrategyNumber | opstrategy |
List * | exprs |
List * | cmpfns |
Bitmapset * | nullkeys |
Definition at line 1528 of file plannodes.h.
List* PartitionPruneStepOp::cmpfns |
Definition at line 1534 of file plannodes.h.
Referenced by gen_prune_step_op(), and perform_pruning_base_step().
List* PartitionPruneStepOp::exprs |
Definition at line 1533 of file plannodes.h.
Referenced by expression_tree_mutator_impl(), expression_tree_walker_impl(), gen_prune_step_op(), get_partkey_exec_paramids(), InitPartitionPruneContext(), and perform_pruning_base_step().
Bitmapset* PartitionPruneStepOp::nullkeys |
Definition at line 1535 of file plannodes.h.
Referenced by gen_prune_step_op(), InitPartitionPruneContext(), and perform_pruning_base_step().
StrategyNumber PartitionPruneStepOp::opstrategy |
Definition at line 1532 of file plannodes.h.
Referenced by gen_prune_step_op(), and perform_pruning_base_step().
PartitionPruneStep PartitionPruneStepOp::step |
Definition at line 1530 of file plannodes.h.
Referenced by gen_prune_step_op(), InitPartitionPruneContext(), and perform_pruning_base_step().