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

#include <execnodes.h>

Data Fields

ScanState ss
 
Listargs
 
ExprStaterepeatable
 
struct TsmRoutinetsmroutine
 
voidtsm_state
 
bool use_bulkread
 
bool use_pagemode
 
bool begun
 
uint32 seed
 
int64 donetuples
 
bool haveblock
 
bool done
 

Detailed Description

Definition at line 1643 of file execnodes.h.

Field Documentation

◆ args

List* SampleScanState::args

Definition at line 1646 of file execnodes.h.

◆ begun

bool SampleScanState::begun

Definition at line 1653 of file execnodes.h.

Referenced by ExecReScanSampleScan(), and SampleNext().

◆ done

bool SampleScanState::done

Definition at line 1657 of file execnodes.h.

Referenced by ExecReScanSampleScan().

◆ donetuples

int64 SampleScanState::donetuples

◆ haveblock

bool SampleScanState::haveblock

Definition at line 1656 of file execnodes.h.

Referenced by ExecReScanSampleScan().

◆ repeatable

ExprState* SampleScanState::repeatable

Definition at line 1647 of file execnodes.h.

◆ seed

uint32 SampleScanState::seed

Definition at line 1654 of file execnodes.h.

◆ ss

ScanState SampleScanState::ss

Definition at line 1645 of file execnodes.h.

Referenced by ExecEndSampleScan(), ExecReScanSampleScan(), and ExecSampleScan().

◆ tsm_state

◆ tsmroutine

struct TsmRoutine* SampleScanState::tsmroutine

Definition at line 1649 of file execnodes.h.

Referenced by ExecEndSampleScan().

◆ use_bulkread

bool SampleScanState::use_bulkread

Definition at line 1651 of file execnodes.h.

Referenced by bernoulli_beginsamplescan(), and system_beginsamplescan().

◆ use_pagemode

bool SampleScanState::use_pagemode

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