PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
bool | is_slice |
Node * | lidx |
Node * | uidx |
Definition at line 458 of file parsenodes.h.
bool A_Indices::is_slice |
Definition at line 461 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and transformContainerSubscripts().
Node* A_Indices::lidx |
Definition at line 462 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 460 of file parsenodes.h.
Node* A_Indices::uidx |
Definition at line 463 of file parsenodes.h.
Referenced by array_subscript_transform(), hstore_subscript_transform(), jsonb_subscript_transform(), and raw_expression_tree_walker_impl().