|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| PartitionPruneStep | step |
| StrategyNumber | opstrategy |
| List * | exprs |
| List * | cmpfns |
| Bitmapset * | nullkeys |
Definition at line 1775 of file plannodes.h.
| List* PartitionPruneStepOp::cmpfns |
Definition at line 1781 of file plannodes.h.
| List* PartitionPruneStepOp::exprs |
Definition at line 1780 of file plannodes.h.
Referenced by get_partkey_exec_paramids(), and InitPartitionPruneContext().
| Bitmapset* PartitionPruneStepOp::nullkeys |
Definition at line 1782 of file plannodes.h.
Referenced by InitPartitionPruneContext().
| StrategyNumber PartitionPruneStepOp::opstrategy |
Definition at line 1779 of file plannodes.h.
| PartitionPruneStep PartitionPruneStepOp::step |
Definition at line 1777 of file plannodes.h.
Referenced by InitPartitionPruneContext().