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

#include <execnodes.h>

Data Fields

ScanState ss
 
Listtss_tidexprs
 
bool tss_isCurrentOf
 
int tss_NumTids
 
int tss_TidPtr
 
ItemPointerDatatss_TidList
 

Detailed Description

Definition at line 1870 of file execnodes.h.

Field Documentation

◆ ss

ScanState TidScanState::ss

Definition at line 1872 of file execnodes.h.

Referenced by ExecEndTidScan(), ExecReScanTidScan(), ExecTidScan(), and TidNext().

◆ tss_isCurrentOf

bool TidScanState::tss_isCurrentOf

Definition at line 1874 of file execnodes.h.

Referenced by TidNext(), and TidRecheck().

◆ tss_NumTids

int TidScanState::tss_NumTids

Definition at line 1875 of file execnodes.h.

Referenced by ExecReScanTidScan(), TidNext(), and TidRecheck().

◆ tss_tidexprs

List* TidScanState::tss_tidexprs

Definition at line 1873 of file execnodes.h.

◆ tss_TidList

ItemPointerData* TidScanState::tss_TidList

Definition at line 1877 of file execnodes.h.

Referenced by ExecReScanTidScan(), TidNext(), and TidRecheck().

◆ tss_TidPtr

int TidScanState::tss_TidPtr

Definition at line 1876 of file execnodes.h.

Referenced by ExecReScanTidScan(), and TidNext().


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