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