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

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

Data Fields
ScanState ss
ExprState * docexpr
ExprState * rowexpr
List * colexprs
List * coldefexprs
List * colvalexprs
List * passingvalexprs
List * ns_names
List * ns_uris
Bitmapset * notnulls
void * opaque
const struct TableFuncRoutine * routine
FmgrInfo * in_functions
Oid * typioparams
int64 ordinal
MemoryContext perTableCxt
Tuplestorestate * tupstore

Definition at line 2021 of file execnodes.h.

coldefexprs

List* TableFuncScanState::coldefexprs

colexprs

List* TableFuncScanState::colexprs

colvalexprs

List* TableFuncScanState::colvalexprs

docexpr

in_functions

FmgrInfo* TableFuncScanState::in_functions

notnulls

ns_names

List* TableFuncScanState::ns_names

ns_uris

List* TableFuncScanState::ns_uris

opaque

void* TableFuncScanState::opaque

ordinal

int64 TableFuncScanState::ordinal

passingvalexprs

List* TableFuncScanState::passingvalexprs

perTableCxt

routine

rowexpr

ss

tupstore

typioparams

Oid* TableFuncScanState::typioparams


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