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

#include <execnodes.h>

Data Fields

ScanState ss
 
RecursiveUnionStaterustate
 

Detailed Description

Definition at line 2074 of file execnodes.h.

Field Documentation

◆ rustate

RecursiveUnionState* WorkTableScanState::rustate

Definition at line 2077 of file execnodes.h.

Referenced by ExecReScanWorkTableScan(), ExecWorkTableScan(), and WorkTableScanNext().

◆ ss

ScanState WorkTableScanState::ss

Definition at line 2076 of file execnodes.h.

Referenced by ExecReScanWorkTableScan(), ExecWorkTableScan(), and WorkTableScanNext().


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