PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PathClauseUsage Struct Reference

Data Fields

Pathpath
 
Listquals
 
Listpreds
 
Bitmapsetclauseids
 
bool unclassifiable
 

Detailed Description

Definition at line 61 of file indxpath.c.

Field Documentation

◆ clauseids

Bitmapset* PathClauseUsage::clauseids

Definition at line 66 of file indxpath.c.

◆ path

Path* PathClauseUsage::path

Definition at line 63 of file indxpath.c.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ preds

List* PathClauseUsage::preds

Definition at line 65 of file indxpath.c.

◆ quals

List* PathClauseUsage::quals

Definition at line 64 of file indxpath.c.

◆ unclassifiable

bool PathClauseUsage::unclassifiable

Definition at line 67 of file indxpath.c.


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