|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | name |
| Node * | expr |
| char * | indexcolname |
| List * | collation |
| List * | opclass |
| List * | opclassopts |
| SortByDir | ordering |
| SortByNulls | nulls_ordering |
| ParseLoc | location |
Definition at line 821 of file parsenodes.h.
| List* IndexElem::collation |
Definition at line 827 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| Node* IndexElem::expr |
Definition at line 825 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| char* IndexElem::indexcolname |
Definition at line 826 of file parsenodes.h.
Referenced by ChooseIndexColumnNames(), and transformIndexStmt().
| ParseLoc IndexElem::location |
Definition at line 832 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| char* IndexElem::name |
Definition at line 824 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| SortByNulls IndexElem::nulls_ordering |
Definition at line 831 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| List* IndexElem::opclass |
Definition at line 828 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| List* IndexElem::opclassopts |
Definition at line 829 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| SortByDir IndexElem::ordering |
Definition at line 830 of file parsenodes.h.
Referenced by ComputeIndexAttrs().
| NodeTag IndexElem::type |
Definition at line 823 of file parsenodes.h.