PostgreSQL Source Code: IndexScan Struct Reference (original) (raw)

#include <[plannodes.h](plannodes%5F8h%5Fsource.html)>

Data Fields
Scan scan
Oid indexid
List * indexqual
List * indexqualorig
List * indexorderby
List * indexorderbyorig
List * indexorderbyops
ScanDirection indexorderdir

Definition at line 536 of file plannodes.h.

indexid

indexorderby

List* IndexScan::indexorderby

indexorderbyops

List* IndexScan::indexorderbyops

indexorderbyorig

List* IndexScan::indexorderbyorig

indexorderdir

indexqual

List* IndexScan::indexqual

indexqualorig

List* IndexScan::indexqualorig

scan


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