PostgreSQL Source Code  git master
IndexElem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Nodeexpr
 
char * indexcolname
 
Listcollation
 
Listopclass
 
Listopclassopts
 
SortByDir ordering
 
SortByNulls nulls_ordering
 

Detailed Description

Definition at line 776 of file parsenodes.h.

Field Documentation

◆ collation

List* IndexElem::collation

◆ expr

◆ indexcolname

char* IndexElem::indexcolname

◆ name

◆ nulls_ordering

SortByNulls IndexElem::nulls_ordering

◆ opclass

List* IndexElem::opclass

◆ opclassopts

List* IndexElem::opclassopts

◆ ordering

◆ type

NodeTag IndexElem::type

Definition at line 778 of file parsenodes.h.


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