PostgreSQL Source Code  git master
LimitPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
NodelimitOffset
 
NodelimitCount
 
LimitOption limitOption
 

Detailed Description

Definition at line 2386 of file pathnodes.h.

Field Documentation

◆ limitCount

Node* LimitPath::limitCount

Definition at line 2391 of file pathnodes.h.

Referenced by create_limit_path(), and create_limit_plan().

◆ limitOffset

Node* LimitPath::limitOffset

Definition at line 2390 of file pathnodes.h.

Referenced by create_limit_path(), and create_limit_plan().

◆ limitOption

LimitOption LimitPath::limitOption

Definition at line 2392 of file pathnodes.h.

Referenced by create_limit_path(), and create_limit_plan().

◆ path

Path LimitPath::path

Definition at line 2388 of file pathnodes.h.

Referenced by create_limit_path().

◆ subpath

Path* LimitPath::subpath

Definition at line 2389 of file pathnodes.h.

Referenced by create_limit_path(), and create_limit_plan().


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