|
PostgreSQL Source Code git master
|
#include <execPartition.h>
Data Fields | |
| ExprContext * | econtext |
| 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 121 of file execPartition.h.
| bool PartitionPruneState::do_exec_prune |
Definition at line 128 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), ExecInitAppend(), ExecInitMergeAppend(), ExecInitPartitionExecPruning(), and InitExecPartitionPruneContexts().
| bool PartitionPruneState::do_initial_prune |
Definition at line 127 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecDoInitialPruning(), and ExecInitPartitionExecPruning().
| ExprContext* PartitionPruneState::econtext |
Definition at line 123 of file execPartition.h.
Referenced by CreatePartitionPruneState(), and InitExecPartitionPruneContexts().
| Bitmapset* PartitionPruneState::execparamids |
Definition at line 124 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecReScanAppend(), and ExecReScanMergeAppend().
| int PartitionPruneState::num_partprunedata |
Definition at line 129 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and InitExecPartitionPruneContexts().
| Bitmapset* PartitionPruneState::other_subplans |
Definition at line 125 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and InitExecPartitionPruneContexts().
| PartitionPruningData* PartitionPruneState::partprunedata[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 130 of file execPartition.h.
Referenced by CreatePartitionPruneState(), ExecFindMatchingSubPlans(), and InitExecPartitionPruneContexts().
| MemoryContext PartitionPruneState::prune_context |
Definition at line 126 of file execPartition.h.
Referenced by CreatePartitionPruneState(), and ExecFindMatchingSubPlans().