PostgreSQL Source Code git master
PartitionPruneState Struct Reference

#include <execPartition.h>

Data Fields

ExprContextecontext
 
Bitmapsetexecparamids
 
Bitmapsetother_subplans
 
MemoryContext prune_context
 
bool do_initial_prune
 
bool do_exec_prune
 
int num_partprunedata
 
PartitionPruningDatapartprunedata [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 121 of file execPartition.h.

Field Documentation

◆ do_exec_prune

◆ do_initial_prune

bool PartitionPruneState::do_initial_prune

◆ econtext

ExprContext* PartitionPruneState::econtext

Definition at line 123 of file execPartition.h.

Referenced by CreatePartitionPruneState(), and InitExecPartitionPruneContexts().

◆ execparamids

Bitmapset* PartitionPruneState::execparamids

◆ num_partprunedata

int PartitionPruneState::num_partprunedata

◆ other_subplans

Bitmapset* PartitionPruneState::other_subplans

◆ partprunedata

◆ prune_context

MemoryContext PartitionPruneState::prune_context

Definition at line 126 of file execPartition.h.

Referenced by CreatePartitionPruneState(), and ExecFindMatchingSubPlans().


The documentation for this struct was generated from the following file: