#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | name |
Node * | expr |
char * | indexcolname |
List * | collation |
List * | opclass |
SortByDir | ordering |
SortByNulls | nulls_ordering |
Definition at line 535 of file parsenodes.h.
Definition at line 541 of file parsenodes.h.
Referenced by ComputeIndexAttrs(), generateClonedIndexStmt(), and transformIndexConstraint().
Definition at line 539 of file parsenodes.h.
Referenced by ComputeIndexAttrs(), generateClonedIndexStmt(), transformIndexConstraint(), and transformIndexStmt().
char* IndexElem::indexcolname |
Definition at line 540 of file parsenodes.h.
Referenced by ChooseIndexColumnNames(), generateClonedIndexStmt(), transformIndexConstraint(), and transformIndexStmt().
char* IndexElem::name |
Definition at line 538 of file parsenodes.h.
Referenced by ChooseIndexColumnNames(), ComputeIndexAttrs(), generateClonedIndexStmt(), and transformIndexConstraint().
Definition at line 544 of file parsenodes.h.
Referenced by ComputeIndexAttrs(), generateClonedIndexStmt(), and transformIndexConstraint().
Definition at line 542 of file parsenodes.h.
Referenced by ComputeIndexAttrs(), generateClonedIndexStmt(), and transformIndexConstraint().
Definition at line 543 of file parsenodes.h.
Referenced by ComputeIndexAttrs(), generateClonedIndexStmt(), and transformIndexConstraint().
Definition at line 537 of file parsenodes.h.