PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BitmapOr Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
bool isshared
 
Listbitmapplans
 

Detailed Description

Definition at line 463 of file plannodes.h.

Field Documentation

◆ bitmapplans

List* BitmapOr::bitmapplans

Definition at line 467 of file plannodes.h.

Referenced by ExecInitBitmapOr(), make_bitmap_or(), and set_plan_refs().

◆ isshared

bool BitmapOr::isshared

Definition at line 466 of file plannodes.h.

◆ plan

Plan BitmapOr::plan

Definition at line 465 of file plannodes.h.

Referenced by make_bitmap_or(), and set_plan_refs().


The documentation for this struct was generated from the following file: