PostgreSQL Source Code
git master
|
#include <execPartition.h>
Data Fields | |
Bitmapset * | execparamids |
Bitmapset * | other_subplans |
MemoryContext | prune_context |
bool | do_initial_prune |
bool | do_exec_prune |
int | num_partprunedata |
PartitionPruningData * | partprunedata [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 113 of file execPartition.h.
bool PartitionPruneState::do_exec_prune |
Definition at line 119 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), ExecInitAppend(), ExecInitMergeAppend(), and ExecInitPartitionPruning().
bool PartitionPruneState::do_initial_prune |
Definition at line 118 of file execPartition.h.
Referenced by CreatePartitionPruneState(), and ExecInitPartitionPruning().
Bitmapset* PartitionPruneState::execparamids |
Definition at line 115 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecReScanAppend(), and ExecReScanMergeAppend().
int PartitionPruneState::num_partprunedata |
Definition at line 120 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and PartitionPruneFixSubPlanMap().
Bitmapset* PartitionPruneState::other_subplans |
Definition at line 116 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and PartitionPruneFixSubPlanMap().
PartitionPruningData* PartitionPruneState::partprunedata[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 121 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and PartitionPruneFixSubPlanMap().
MemoryContext PartitionPruneState::prune_context |
Definition at line 117 of file execPartition.h.
Referenced by CreatePartitionPruneState(), and ExecFindMatchingSubPlans().