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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Oid tsmhandler
 
Listargs
 
Exprrepeatable
 

Detailed Description

Definition at line 1401 of file parsenodes.h.

Field Documentation

◆ args

List* TableSampleClause::args

Definition at line 1405 of file parsenodes.h.

Referenced by get_tablesample_def(), and transformRangeTableSample().

◆ repeatable

Expr* TableSampleClause::repeatable

Definition at line 1406 of file parsenodes.h.

Referenced by get_tablesample_def(), and transformRangeTableSample().

◆ tsmhandler

Oid TableSampleClause::tsmhandler

Definition at line 1404 of file parsenodes.h.

Referenced by get_tablesample_def(), and transformRangeTableSample().

◆ type

NodeTag TableSampleClause::type

Definition at line 1403 of file parsenodes.h.


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