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 723 of file parsenodes.h.

Field Documentation

◆ args

List* RangeTableSample::args

Definition at line 728 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ location

ParseLoc RangeTableSample::location

Definition at line 730 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ method

List* RangeTableSample::method

Definition at line 727 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ relation

Node* RangeTableSample::relation

Definition at line 726 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformFromClauseItem().

◆ repeatable

Node* RangeTableSample::repeatable

Definition at line 729 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ type

NodeTag RangeTableSample::type

Definition at line 725 of file parsenodes.h.


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