|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| PlanState ** | bitmapplans |
| int | nplans |
Definition at line 1593 of file execnodes.h.
| PlanState** BitmapOrState::bitmapplans |
Definition at line 1596 of file execnodes.h.
Referenced by ExecEndBitmapOr(), ExecInitBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().
| int BitmapOrState::nplans |
Definition at line 1597 of file execnodes.h.
Referenced by ExecEndBitmapOr(), ExecInitBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().
| PlanState BitmapOrState::ps |
Definition at line 1595 of file execnodes.h.
Referenced by ExecInitBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().