PostgreSQL Source Code git master
SupportRequestInlineInFrom Struct Reference

#include <supportnodes.h>

Data Fields

NodeTag type
 
PlannerInforoot
 
RangeTblFunctionrtfunc
 
HeapTuple proc
 

Detailed Description

Definition at line 118 of file supportnodes.h.

Field Documentation

◆ proc

HeapTuple SupportRequestInlineInFrom::proc

Definition at line 124 of file supportnodes.h.

Referenced by inline_function_in_from(), and test_inline_in_from_support_func().

◆ root

PlannerInfo* SupportRequestInlineInFrom::root

Definition at line 122 of file supportnodes.h.

Referenced by inline_function_in_from().

◆ rtfunc

RangeTblFunction* SupportRequestInlineInFrom::rtfunc

Definition at line 123 of file supportnodes.h.

Referenced by inline_function_in_from(), and test_inline_in_from_support_func().

◆ type

NodeTag SupportRequestInlineInFrom::type

Definition at line 120 of file supportnodes.h.

Referenced by inline_function_in_from().


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