PostgreSQL Source Code  git master
PathClauseUsage Struct Reference

Data Fields

Pathpath
 
Listquals
 
Listpreds
 
Bitmapsetclauseids
 
bool unclassifiable
 

Detailed Description

Definition at line 60 of file indxpath.c.

Field Documentation

◆ clauseids

Bitmapset* PathClauseUsage::clauseids

Definition at line 65 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ path

Path* PathClauseUsage::path

◆ preds

List* PathClauseUsage::preds

Definition at line 64 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ quals

List* PathClauseUsage::quals

Definition at line 63 of file indxpath.c.

Referenced by choose_bitmap_and(), and classify_index_clause_usage().

◆ unclassifiable

bool PathClauseUsage::unclassifiable

Definition at line 66 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: