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