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

#include <execnodes.h>

Data Fields

PlanState ps
 
PlanState ** bitmapplans
 
int nplans
 

Detailed Description

Definition at line 1595 of file execnodes.h.

Field Documentation

◆ bitmapplans

PlanState** BitmapOrState::bitmapplans

Definition at line 1598 of file execnodes.h.

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

◆ nplans

int BitmapOrState::nplans

Definition at line 1599 of file execnodes.h.

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

◆ ps

PlanState BitmapOrState::ps

Definition at line 1597 of file execnodes.h.

Referenced by ExecReScanBitmapOr(), and MultiExecBitmapOr().


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