|
PostgreSQL Source Code git master
|
#include <execPartition.h>
Definition at line 63 of file execPartition.h.
| PartitionPruneContext PartitionedRelPruningData::exec_context |
Definition at line 74 of file execPartition.h.
| List* PartitionedRelPruningData::exec_pruning_steps |
Definition at line 72 of file execPartition.h.
| PartitionPruneContext PartitionedRelPruningData::initial_context |
Definition at line 73 of file execPartition.h.
| List* PartitionedRelPruningData::initial_pruning_steps |
Definition at line 71 of file execPartition.h.
| int* PartitionedRelPruningData::leafpart_rti_map |
Definition at line 69 of file execPartition.h.
| int PartitionedRelPruningData::nparts |
Definition at line 66 of file execPartition.h.
Referenced by InitExecPartitionPruneContexts().
| Relation PartitionedRelPruningData::partrel |
Definition at line 65 of file execPartition.h.
| Bitmapset* PartitionedRelPruningData::present_parts |
Definition at line 70 of file execPartition.h.
Referenced by InitExecPartitionPruneContexts().
| int* PartitionedRelPruningData::subpart_map |
Definition at line 68 of file execPartition.h.
| int* PartitionedRelPruningData::subplan_map |
Definition at line 67 of file execPartition.h.