PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PartitionPruneStepOp Struct Reference

#include <plannodes.h>

Data Fields

PartitionPruneStep step
 
StrategyNumber opstrategy
 
Listexprs
 
Listcmpfns
 
Bitmapsetnullkeys
 

Detailed Description

Definition at line 1706 of file plannodes.h.

Field Documentation

◆ cmpfns

List* PartitionPruneStepOp::cmpfns

Definition at line 1712 of file plannodes.h.

Referenced by gen_prune_step_op(), and perform_pruning_base_step().

◆ exprs

◆ nullkeys

Bitmapset* PartitionPruneStepOp::nullkeys

◆ opstrategy

StrategyNumber PartitionPruneStepOp::opstrategy

Definition at line 1710 of file plannodes.h.

Referenced by gen_prune_step_op(), and perform_pruning_base_step().

◆ step

PartitionPruneStep PartitionPruneStepOp::step

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