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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Noderelation
 
Listmethod
 
Listargs
 
Noderepeatable
 
ParseLoc location
 

Detailed Description

Definition at line 736 of file parsenodes.h.

Field Documentation

◆ args

List* RangeTableSample::args

Definition at line 741 of file parsenodes.h.

◆ location

ParseLoc RangeTableSample::location

Definition at line 743 of file parsenodes.h.

◆ method

List* RangeTableSample::method

Definition at line 740 of file parsenodes.h.

◆ relation

Node* RangeTableSample::relation

Definition at line 739 of file parsenodes.h.

◆ repeatable

Node* RangeTableSample::repeatable

Definition at line 742 of file parsenodes.h.

◆ type

NodeTag RangeTableSample::type

Definition at line 738 of file parsenodes.h.


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