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

#include <execnodes.h>

Data Fields

ScanState ss
 
Listtrss_tidexprs
 
ItemPointerData trss_mintid
 
ItemPointerData trss_maxtid
 
bool trss_inScan
 
Size trss_pscanlen
 

Detailed Description

Definition at line 1911 of file execnodes.h.

Field Documentation

◆ ss

◆ trss_inScan

bool TidRangeScanState::trss_inScan

Definition at line 1917 of file execnodes.h.

Referenced by ExecReScanTidRangeScan(), and TidRangeNext().

◆ trss_maxtid

ItemPointerData TidRangeScanState::trss_maxtid

Definition at line 1916 of file execnodes.h.

Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().

◆ trss_mintid

ItemPointerData TidRangeScanState::trss_mintid

Definition at line 1915 of file execnodes.h.

Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().

◆ trss_pscanlen

Size TidRangeScanState::trss_pscanlen

Definition at line 1918 of file execnodes.h.

Referenced by ExecTidRangeScanEstimate(), and ExecTidRangeScanInitializeDSM().

◆ trss_tidexprs

List* TidRangeScanState::trss_tidexprs

Definition at line 1914 of file execnodes.h.

Referenced by TidRangeEval().


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