|
PostgreSQL Source Code git master
|
Data Fields | |
| Path * | path |
| List * | quals |
| List * | preds |
| Bitmapset * | clauseids |
| bool | unclassifiable |
Definition at line 60 of file indxpath.c.
| Bitmapset* PathClauseUsage::clauseids |
Definition at line 65 of file indxpath.c.
Referenced by classify_index_clause_usage().
| Path* PathClauseUsage::path |
Definition at line 62 of file indxpath.c.
Referenced by oauth_server.OAuthHandler::_should_modify(), and classify_index_clause_usage().
| List* PathClauseUsage::preds |
Definition at line 64 of file indxpath.c.
Referenced by classify_index_clause_usage().
| List* PathClauseUsage::quals |
Definition at line 63 of file indxpath.c.
Referenced by classify_index_clause_usage().
| bool PathClauseUsage::unclassifiable |
Definition at line 66 of file indxpath.c.
Referenced by classify_index_clause_usage().