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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

struct RestrictInforinfo
 
Listindexquals
 
bool lossy
 
AttrNumber indexcol
 
Listindexcols
 

Detailed Description

Definition at line 2079 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

IndexClause::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ indexcol

AttrNumber IndexClause::indexcol

Definition at line 2087 of file pathnodes.h.

◆ indexcols

List* IndexClause::indexcols

Definition at line 2088 of file pathnodes.h.

◆ indexquals

List* IndexClause::indexquals

Definition at line 2085 of file pathnodes.h.

◆ lossy

bool IndexClause::lossy

Definition at line 2086 of file pathnodes.h.

◆ rinfo

struct RestrictInfo* IndexClause::rinfo

Definition at line 2084 of file pathnodes.h.


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