PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SampleScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
struct TableSampleClausetablesample
 

Detailed Description

Definition at line 406 of file plannodes.h.

Field Documentation

◆ scan

Scan SampleScan::scan

Definition at line 408 of file plannodes.h.

Referenced by create_samplescan_plan(), ExecInitSampleScan(), and make_samplescan().

◆ tablesample

struct TableSampleClause* SampleScan::tablesample

Definition at line 410 of file plannodes.h.

Referenced by ExecInitSampleScan(), and make_samplescan().


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