|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| PartitionPruneStep | step |
| StrategyNumber | opstrategy |
| List * | exprs |
| List * | cmpfns |
| Bitmapset * | nullkeys |
Definition at line 1756 of file plannodes.h.
| List* PartitionPruneStepOp::cmpfns |
Definition at line 1762 of file plannodes.h.
Referenced by gen_prune_step_op(), and perform_pruning_base_step().
| List* PartitionPruneStepOp::exprs |
Definition at line 1761 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 1763 of file plannodes.h.
Referenced by gen_prune_step_op(), InitPartitionPruneContext(), and perform_pruning_base_step().
| StrategyNumber PartitionPruneStepOp::opstrategy |
Definition at line 1760 of file plannodes.h.
Referenced by gen_prune_step_op(), and perform_pruning_base_step().
| PartitionPruneStep PartitionPruneStepOp::step |
Definition at line 1758 of file plannodes.h.
Referenced by gen_prune_step_op(), InitPartitionPruneContext(), and perform_pruning_base_step().