PostgreSQL Source Code  git master
RangeTableSample Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Noderelation
 
Listmethod
 
Listargs
 
Noderepeatable
 
ParseLoc location
 

Detailed Description

Definition at line 695 of file parsenodes.h.

Field Documentation

◆ args

List* RangeTableSample::args

Definition at line 700 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ location

ParseLoc RangeTableSample::location

Definition at line 702 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ method

List* RangeTableSample::method

Definition at line 699 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ relation

Node* RangeTableSample::relation

Definition at line 698 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformFromClauseItem().

◆ repeatable

Node* RangeTableSample::repeatable

Definition at line 701 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ type

NodeTag RangeTableSample::type

Definition at line 697 of file parsenodes.h.


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