PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsonPathGinPathItem Struct Reference

Data Fields

struct JsonPathGinPathItemparent
 
Datum keyName
 
JsonPathItemType type
 

Detailed Description

Definition at line 117 of file jsonb_gin.c.

Field Documentation

◆ keyName

Datum JsonPathGinPathItem::keyName

Definition at line 120 of file jsonb_gin.c.

Referenced by jsonb_ops__add_path_item(), and jsonb_ops__extract_nodes().

◆ parent

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().

◆ type

JsonPathItemType JsonPathGinPathItem::type

Definition at line 121 of file jsonb_gin.c.

Referenced by jsonb_ops__add_path_item(), and jsonb_ops__extract_nodes().


The documentation for this struct was generated from the following file: