PostgreSQL Source Code git master
Loading...
Searching...
No Matches
A_Indices Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool is_slice
 
Nodelidx
 
Nodeuidx
 

Detailed Description

Definition at line 482 of file parsenodes.h.

Field Documentation

◆ is_slice

bool A_Indices::is_slice

Definition at line 485 of file parsenodes.h.

◆ lidx

Node* A_Indices::lidx

Definition at line 486 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().

◆ type

NodeTag A_Indices::type

Definition at line 484 of file parsenodes.h.

◆ uidx

Node* A_Indices::uidx

Definition at line 487 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl().


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