PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PathClauseUsage Struct Reference

Data Fields

Pathpath
 
Listquals
 
Listpreds
 
Bitmapsetclauseids
 
bool unclassifiable
 

Detailed Description

Definition at line 63 of file indxpath.c.

Field Documentation

◆ clauseids

Bitmapset* PathClauseUsage::clauseids

Definition at line 68 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ path

◆ preds

List* PathClauseUsage::preds

Definition at line 67 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ quals

List* PathClauseUsage::quals

Definition at line 66 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ unclassifiable

bool PathClauseUsage::unclassifiable

Definition at line 69 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().


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