PostgreSQL Source Code  git master
RangeTableSample Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Noderelation
 
Listmethod
 
Listargs
 
Noderepeatable
 
int location
 

Detailed Description

Definition at line 689 of file parsenodes.h.

Field Documentation

◆ args

List* RangeTableSample::args

Definition at line 694 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ location

int RangeTableSample::location

Definition at line 696 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ method

List* RangeTableSample::method

Definition at line 693 of file parsenodes.h.

Referenced by transformRangeTableSample().

◆ relation

Node* RangeTableSample::relation

Definition at line 692 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformFromClauseItem().

◆ repeatable

Node* RangeTableSample::repeatable

Definition at line 695 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableSample().

◆ type

NodeTag RangeTableSample::type

Definition at line 691 of file parsenodes.h.


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