PostgreSQL Source Code git master
A_Indirection Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listindirection
 

Detailed Description

Definition at line 505 of file parsenodes.h.

Field Documentation

◆ arg

Node* A_Indirection::arg

Definition at line 508 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ indirection

List* A_Indirection::indirection

Definition at line 509 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ type

NodeTag A_Indirection::type

Definition at line 507 of file parsenodes.h.


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