PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
bool | is_slice |
Node * | lidx |
Node * | uidx |
Definition at line 410 of file parsenodes.h.
bool A_Indices::is_slice |
Definition at line 413 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and transformContainerSubscripts().
Node* A_Indices::lidx |
Definition at line 414 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and raw_expression_tree_walker().
NodeTag A_Indices::type |
Definition at line 412 of file parsenodes.h.
Node* A_Indices::uidx |
Definition at line 415 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and raw_expression_tree_walker().