PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AppendPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Listsubpaths
 
int first_partial_path
 
Cardinality limit_tuples
 

Detailed Description

Definition at line 2255 of file pathnodes.h.

Field Documentation

◆ first_partial_path

int AppendPath::first_partial_path

Definition at line 2260 of file pathnodes.h.

◆ limit_tuples

Cardinality AppendPath::limit_tuples

Definition at line 2261 of file pathnodes.h.

◆ path

Path AppendPath::path

Definition at line 2257 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ subpaths

List* AppendPath::subpaths

Definition at line 2258 of file pathnodes.h.


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