|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| bool | is_slice |
| Node * | lidx |
| Node * | uidx |
Definition at line 482 of file parsenodes.h.
| bool A_Indices::is_slice |
Definition at line 485 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and transformContainerSubscripts().
| Node* A_Indices::lidx |
Definition at line 486 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and raw_expression_tree_walker_impl().
| NodeTag A_Indices::type |
Definition at line 484 of file parsenodes.h.
| Node* A_Indices::uidx |
Definition at line 487 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and raw_expression_tree_walker_impl().