PostgreSQL Source Code  git master
CustomScanMethods Struct Reference

#include <extensible.h>

Data Fields

const char * CustomName
 
Node *(* CreateCustomScanState )(CustomScan *cscan)
 

Detailed Description

Definition at line 112 of file extensible.h.

Field Documentation

◆ CreateCustomScanState

Node*(* CustomScanMethods::CreateCustomScanState) (CustomScan *cscan)

Definition at line 117 of file extensible.h.

Referenced by ExecInitCustomScan().

◆ CustomName

const char* CustomScanMethods::CustomName

Definition at line 114 of file extensible.h.

Referenced by RegisterCustomScanMethods().


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