PostgreSQL Source Code  git master
BitmapAndState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
PlanState ** bitmapplans
 
int nplans
 

Detailed Description

Definition at line 1525 of file execnodes.h.

Field Documentation

◆ bitmapplans

PlanState** BitmapAndState::bitmapplans

◆ nplans

int BitmapAndState::nplans

◆ ps

PlanState BitmapAndState::ps

Definition at line 1527 of file execnodes.h.

Referenced by ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().


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