PostgreSQL Source Code: BitmapIndexScan Struct Reference (original) (raw)
#include <[plannodes.h](plannodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Scan | scan |
Oid | indexid |
bool | isshared |
List * | indexqual |
List * | indexqualorig |
Detailed Description
Definition at line 620 of file plannodes.h.
Field Documentation
◆ indexid
Oid BitmapIndexScan::indexid
◆ indexqual
List* BitmapIndexScan::indexqual
◆ indexqualorig
List* BitmapIndexScan::indexqualorig
◆ isshared
bool BitmapIndexScan::isshared
◆ scan
Scan BitmapIndexScan::scan
The documentation for this struct was generated from the following file:
- src/include/nodes/plannodes.h