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

#include <supportnodes.h>

Data Fields

NodeTag type
 
PlannerInforoot
 
Oid funcid
 
Nodenode
 
int indexarg
 
IndexOptInfoindex
 
int indexcol
 
Oid opfamily
 
Oid indexcollation
 
bool lossy
 

Detailed Description

Definition at line 278 of file supportnodes.h.

Field Documentation

◆ funcid

Oid SupportRequestIndexCondition::funcid

Definition at line 284 of file supportnodes.h.

◆ index

IndexOptInfo* SupportRequestIndexCondition::index

Definition at line 287 of file supportnodes.h.

◆ indexarg

int SupportRequestIndexCondition::indexarg

Definition at line 286 of file supportnodes.h.

◆ indexcol

int SupportRequestIndexCondition::indexcol

Definition at line 288 of file supportnodes.h.

◆ indexcollation

Oid SupportRequestIndexCondition::indexcollation

Definition at line 290 of file supportnodes.h.

◆ lossy

bool SupportRequestIndexCondition::lossy

Definition at line 293 of file supportnodes.h.

◆ node

Node* SupportRequestIndexCondition::node

Definition at line 285 of file supportnodes.h.

◆ opfamily

Oid SupportRequestIndexCondition::opfamily

Definition at line 289 of file supportnodes.h.

◆ root

PlannerInfo* SupportRequestIndexCondition::root

Definition at line 283 of file supportnodes.h.

◆ type

NodeTag SupportRequestIndexCondition::type

Definition at line 280 of file supportnodes.h.


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