|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| PlanState ** | bitmapplans |
| int | nplans |
Definition at line 1582 of file execnodes.h.
| PlanState** BitmapAndState::bitmapplans |
Definition at line 1585 of file execnodes.h.
Referenced by ExecEndBitmapAnd(), ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().
| int BitmapAndState::nplans |
Definition at line 1586 of file execnodes.h.
Referenced by ExecEndBitmapAnd(), ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().
| PlanState BitmapAndState::ps |
Definition at line 1584 of file execnodes.h.
Referenced by ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().