PostgreSQL Source Code git master
A_Indirection Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listindirection
 

Detailed Description

Definition at line 490 of file parsenodes.h.

Field Documentation

◆ arg

Node* A_Indirection::arg

Definition at line 493 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ indirection

List* A_Indirection::indirection

Definition at line 494 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ type

NodeTag A_Indirection::type

Definition at line 492 of file parsenodes.h.


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