PostgreSQL Source Code  git master
PartitionPruneStepOp Struct Reference

#include <plannodes.h>

Data Fields

PartitionPruneStep step
 
StrategyNumber opstrategy
 
Listexprs
 
Listcmpfns
 
Bitmapsetnullkeys
 

Detailed Description

Definition at line 1527 of file plannodes.h.

Field Documentation

◆ cmpfns

List* PartitionPruneStepOp::cmpfns

Definition at line 1533 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 1531 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: