PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionPruneStepOp Struct Reference

#include <plannodes.h>

Data Fields

PartitionPruneStep step
 
StrategyNumber opstrategy
 
Listexprs
 
Listcmpfns
 
Bitmapsetnullkeys
 

Detailed Description

Definition at line 1756 of file plannodes.h.

Field Documentation

◆ cmpfns

List* PartitionPruneStepOp::cmpfns

Definition at line 1762 of file plannodes.h.

◆ exprs

List* PartitionPruneStepOp::exprs

Definition at line 1761 of file plannodes.h.

Referenced by get_partkey_exec_paramids(), and InitPartitionPruneContext().

◆ nullkeys

Bitmapset* PartitionPruneStepOp::nullkeys

Definition at line 1763 of file plannodes.h.

Referenced by InitPartitionPruneContext().

◆ opstrategy

StrategyNumber PartitionPruneStepOp::opstrategy

Definition at line 1760 of file plannodes.h.

◆ step

PartitionPruneStep PartitionPruneStepOp::step

Definition at line 1758 of file plannodes.h.

Referenced by InitPartitionPruneContext().


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