PostgreSQL Source Code  git master
SortBy Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodenode
 
SortByDir sortby_dir
 
SortByNulls sortby_nulls
 
ListuseOp
 
int location
 

Detailed Description

Definition at line 533 of file parsenodes.h.

Field Documentation

◆ location

int SortBy::location

Definition at line 540 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ node

Node* SortBy::node

Definition at line 536 of file parsenodes.h.

Referenced by addTargetToSortList(), and transformSortClause().

◆ sortby_dir

SortByDir SortBy::sortby_dir

Definition at line 537 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ sortby_nulls

SortByNulls SortBy::sortby_nulls

Definition at line 538 of file parsenodes.h.

Referenced by addTargetToSortList().

◆ type

NodeTag SortBy::type

Definition at line 535 of file parsenodes.h.

◆ useOp

List* SortBy::useOp

Definition at line 539 of file parsenodes.h.

Referenced by addTargetToSortList().


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