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