PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | elements |
int | location |
Definition at line 487 of file parsenodes.h.
List* A_ArrayExpr::elements |
Definition at line 490 of file parsenodes.h.
int A_ArrayExpr::location |
Definition at line 491 of file parsenodes.h.
NodeTag A_ArrayExpr::type |
Definition at line 489 of file parsenodes.h.