PostgreSQL Source Code  git master
SampleScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
struct TableSampleClausetablesample
 

Detailed Description

Definition at line 405 of file plannodes.h.

Field Documentation

◆ scan

Scan SampleScan::scan

Definition at line 407 of file plannodes.h.

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

◆ tablesample

struct TableSampleClause* SampleScan::tablesample

Definition at line 409 of file plannodes.h.

Referenced by ExecInitSampleScan(), and make_samplescan().


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