PostgreSQL Source Code  git master
JsonPathGinContext Struct Reference

Data Fields

JsonPathGinAddPathItemFunc add_path_item
 
JsonPathGinExtractNodesFunc extract_nodes
 
bool lax
 

Detailed Description

Definition at line 147 of file jsonb_gin.c.

Field Documentation

◆ add_path_item

JsonPathGinAddPathItemFunc JsonPathGinContext::add_path_item

Definition at line 149 of file jsonb_gin.c.

Referenced by extract_jsp_path_expr_nodes(), and extract_jsp_query().

◆ extract_nodes

JsonPathGinExtractNodesFunc JsonPathGinContext::extract_nodes

Definition at line 150 of file jsonb_gin.c.

Referenced by extract_jsp_path_expr_nodes(), and extract_jsp_query().

◆ lax

bool JsonPathGinContext::lax

Definition at line 151 of file jsonb_gin.c.

Referenced by extract_jsp_query(), and jsonb_ops__extract_nodes().


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