PostgreSQL Source Code  git master
SupportRequestIndexCondition Struct Reference

#include <supportnodes.h>

Data Fields

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

Detailed Description

Definition at line 223 of file supportnodes.h.

Field Documentation

◆ funcid

Oid SupportRequestIndexCondition::funcid

Definition at line 229 of file supportnodes.h.

Referenced by get_index_clause_from_support(), and network_subset_support().

◆ index

struct IndexOptInfo* SupportRequestIndexCondition::index

Definition at line 232 of file supportnodes.h.

Referenced by get_index_clause_from_support().

◆ indexarg

int SupportRequestIndexCondition::indexarg

◆ indexcol

int SupportRequestIndexCondition::indexcol

Definition at line 233 of file supportnodes.h.

Referenced by get_index_clause_from_support().

◆ indexcollation

Oid SupportRequestIndexCondition::indexcollation

Definition at line 235 of file supportnodes.h.

Referenced by get_index_clause_from_support(), and like_regex_support().

◆ lossy

bool SupportRequestIndexCondition::lossy

Definition at line 238 of file supportnodes.h.

Referenced by get_index_clause_from_support().

◆ node

Node* SupportRequestIndexCondition::node

◆ opfamily

Oid SupportRequestIndexCondition::opfamily

◆ root

struct PlannerInfo* SupportRequestIndexCondition::root

Definition at line 228 of file supportnodes.h.

Referenced by get_index_clause_from_support().

◆ type

NodeTag SupportRequestIndexCondition::type

Definition at line 225 of file supportnodes.h.

Referenced by get_index_clause_from_support().


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