PostgreSQL Source Code
git master
|
#include <execPartition.h>
Definition at line 102 of file execPartition.h.
bool PartitionPruneState::do_exec_prune |
Definition at line 108 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), ExecFindMatchingSubPlans(), ExecInitAppend(), and ExecInitMergeAppend().
bool PartitionPruneState::do_initial_prune |
Definition at line 107 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), ExecInitAppend(), and ExecInitMergeAppend().
Bitmapset* PartitionPruneState::execparamids |
Definition at line 104 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecReScanAppend(), and ExecReScanMergeAppend().
int PartitionPruneState::num_partprunedata |
Definition at line 109 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), and ExecFindMatchingSubPlans().
Bitmapset* PartitionPruneState::other_subplans |
Definition at line 105 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), and ExecFindMatchingSubPlans().
PartitionPruningData* PartitionPruneState::partprunedata[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 110 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), and ExecFindMatchingSubPlans().
MemoryContext PartitionPruneState::prune_context |
Definition at line 106 of file execPartition.h.
Referenced by ExecCreatePartitionPruneState(), ExecFindInitialMatchingSubPlans(), and ExecFindMatchingSubPlans().