PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SortBy Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodenode
 
SortByDir sortby_dir
 
SortByNulls sortby_nulls
 
ListuseOp
 
ParseLoc location
 

Detailed Description

Definition at line 554 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc SortBy::location

Definition at line 561 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ node

Node* SortBy::node

Definition at line 557 of file parsenodes.h.

Referenced by addTargetToSortList(), and transformSortClause().

◆ sortby_dir

SortByDir SortBy::sortby_dir

Definition at line 558 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ sortby_nulls

SortByNulls SortBy::sortby_nulls

Definition at line 559 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ type

NodeTag SortBy::type

Definition at line 556 of file parsenodes.h.

◆ useOp

List* SortBy::useOp

Definition at line 560 of file parsenodes.h.

Referenced by addTargetToSortList().


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