PostgreSQL Source Code: TidScanState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
ScanState ss
List * tss_tidexprs
bool tss_isCurrentOf
int tss_NumTids
int tss_TidPtr
ItemPointerData * tss_TidList

Definition at line 1910 of file execnodes.h.

ss

tss_isCurrentOf

bool TidScanState::tss_isCurrentOf

tss_NumTids

int TidScanState::tss_NumTids

tss_tidexprs

List* TidScanState::tss_tidexprs

tss_TidList

tss_TidPtr

int TidScanState::tss_TidPtr


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