PostgreSQL Source Code  git master
TidScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
Listtss_tidexprs
 
bool tss_isCurrentOf
 
int tss_NumTids
 
int tss_TidPtr
 
ItemPointerDatatss_TidList
 
HeapTupleData tss_htup
 

Detailed Description

Definition at line 1760 of file execnodes.h.

Field Documentation

◆ ss

◆ tss_htup

HeapTupleData TidScanState::tss_htup

Definition at line 1768 of file execnodes.h.

◆ tss_isCurrentOf

bool TidScanState::tss_isCurrentOf

Definition at line 1764 of file execnodes.h.

Referenced by TidExprListCreate(), TidListEval(), and TidNext().

◆ tss_NumTids

int TidScanState::tss_NumTids

Definition at line 1765 of file execnodes.h.

Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().

◆ tss_tidexprs

List* TidScanState::tss_tidexprs

Definition at line 1763 of file execnodes.h.

Referenced by TidExprListCreate(), and TidListEval().

◆ tss_TidList

ItemPointerData* TidScanState::tss_TidList

Definition at line 1767 of file execnodes.h.

Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().

◆ tss_TidPtr

int TidScanState::tss_TidPtr

Definition at line 1766 of file execnodes.h.

Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().


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