PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | elements |
int | location |
Definition at line 479 of file parsenodes.h.
List* A_ArrayExpr::elements |
Definition at line 482 of file parsenodes.h.
int A_ArrayExpr::location |
Definition at line 483 of file parsenodes.h.
NodeTag A_ArrayExpr::type |
Definition at line 481 of file parsenodes.h.