PostgreSQL Source Code  git master
A_Indirection Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listindirection
 

Detailed Description

Definition at line 479 of file parsenodes.h.

Field Documentation

◆ arg

Node* A_Indirection::arg

Definition at line 482 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ indirection

List* A_Indirection::indirection

Definition at line 483 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ type

NodeTag A_Indirection::type

Definition at line 481 of file parsenodes.h.


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