PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
List * | bitmapplans |
Definition at line 318 of file plannodes.h.
List* BitmapAnd::bitmapplans |
Definition at line 321 of file plannodes.h.
Referenced by ExecInitBitmapAnd(), and make_bitmap_and().
Plan BitmapAnd::plan |
Definition at line 320 of file plannodes.h.
Referenced by make_bitmap_and().