PostgreSQL Source Code  git master
BitmapOr Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
bool isshared
 
Listbitmapplans
 

Detailed Description

Definition at line 370 of file plannodes.h.

Field Documentation

◆ bitmapplans

List* BitmapOr::bitmapplans

Definition at line 374 of file plannodes.h.

Referenced by ExecInitBitmapOr(), and make_bitmap_or().

◆ isshared

bool BitmapOr::isshared

Definition at line 373 of file plannodes.h.

◆ plan

Plan BitmapOr::plan

Definition at line 372 of file plannodes.h.

Referenced by make_bitmap_or().


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