PostgreSQL Source Code: RangeSubselect Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
bool | lateral |
Node * | subquery |
Alias * | alias |
Detailed Description
Definition at line 626 of file parsenodes.h.
Field Documentation
◆ alias
Alias* RangeSubselect::alias
◆ lateral
bool RangeSubselect::lateral
◆ subquery
Node* RangeSubselect::subquery
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h