|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| IndexOptInfo * | indexinfo |
| List * | indexclauses |
| List * | indexorderbys |
| List * | indexorderbycols |
| ScanDirection | indexscandir |
| Cost | indextotalcost |
| Selectivity | indexselectivity |
Definition at line 2033 of file pathnodes.h.
| List* IndexPath::indexclauses |
Definition at line 2037 of file pathnodes.h.
Referenced by brincostestimate(), btcostestimate(), cost_index(), genericcostestimate(), and gincostestimate().
| IndexOptInfo* IndexPath::indexinfo |
Definition at line 2036 of file pathnodes.h.
Referenced by blcostestimate(), brincostestimate(), btcostestimate(), cost_index(), genericcostestimate(), gincostestimate(), gistcostestimate(), and spgcostestimate().
| List* IndexPath::indexorderbycols |
Definition at line 2039 of file pathnodes.h.
| List* IndexPath::indexorderbys |
Definition at line 2038 of file pathnodes.h.
Referenced by genericcostestimate().
| ScanDirection IndexPath::indexscandir |
Definition at line 2040 of file pathnodes.h.
| Selectivity IndexPath::indexselectivity |
Definition at line 2042 of file pathnodes.h.
Referenced by cost_index().
| Cost IndexPath::indextotalcost |
Definition at line 2041 of file pathnodes.h.
Referenced by cost_index().
| Path IndexPath::path |
Definition at line 2035 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_index().