PostgreSQL Source Code
git master
|
Data Fields | |
struct JsonPathGinPathItem * | parent |
Datum | keyName |
JsonPathItemType | type |
Definition at line 117 of file jsonb_gin.c.
Datum JsonPathGinPathItem::keyName |
Definition at line 120 of file jsonb_gin.c.
Referenced by jsonb_ops__add_path_item(), and jsonb_ops__extract_nodes().
struct JsonPathGinPathItem* JsonPathGinPathItem::parent |
Definition at line 119 of file jsonb_gin.c.
Referenced by jsonb_ops__add_path_item(), and jsonb_ops__extract_nodes().
JsonPathItemType JsonPathGinPathItem::type |
Definition at line 121 of file jsonb_gin.c.
Referenced by jsonb_ops__add_path_item(), and jsonb_ops__extract_nodes().