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

#include <plannodes.h>

Data Fields

Scan scan
 
Oid indexid
 
bool isshared
 
Listindexqual
 
Listindexqualorig
 

Detailed Description

Definition at line 627 of file plannodes.h.

Field Documentation

◆ indexid

Oid BitmapIndexScan::indexid

Definition at line 631 of file plannodes.h.

Referenced by ExecInitBitmapIndexScan(), ExplainNode(), and make_bitmap_indexscan().

◆ indexqual

List* BitmapIndexScan::indexqual

Definition at line 635 of file plannodes.h.

Referenced by ExecInitBitmapIndexScan(), make_bitmap_indexscan(), and set_plan_refs().

◆ indexqualorig

List* BitmapIndexScan::indexqualorig

Definition at line 637 of file plannodes.h.

Referenced by make_bitmap_indexscan(), and set_plan_refs().

◆ isshared

bool BitmapIndexScan::isshared

Definition at line 633 of file plannodes.h.

◆ scan

Scan BitmapIndexScan::scan

Definition at line 629 of file plannodes.h.

Referenced by ExecInitBitmapIndexScan(), make_bitmap_indexscan(), and set_plan_refs().


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