PostgreSQL Source Code  git master
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 543 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc SortBy::location

Definition at line 550 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ node

Node* SortBy::node

Definition at line 546 of file parsenodes.h.

Referenced by addTargetToSortList(), and transformSortClause().

◆ sortby_dir

SortByDir SortBy::sortby_dir

Definition at line 547 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ sortby_nulls

SortByNulls SortBy::sortby_nulls

Definition at line 548 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ type

NodeTag SortBy::type

Definition at line 545 of file parsenodes.h.

◆ useOp

List* SortBy::useOp

Definition at line 549 of file parsenodes.h.

Referenced by addTargetToSortList().


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