PostgreSQL Source Code  git master
BitmapOrState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
PlanState ** bitmapplans
 
int nplans
 

Detailed Description

Definition at line 1528 of file execnodes.h.

Field Documentation

◆ bitmapplans

PlanState** BitmapOrState::bitmapplans

◆ nplans

int BitmapOrState::nplans

◆ ps

PlanState BitmapOrState::ps

Definition at line 1530 of file execnodes.h.

Referenced by ExecInitBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().


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