PostgreSQL Source Code  git master
JsonPath Struct Reference

#include <jsonpath.h>

Data Fields

int32 vl_len_
 
uint32 header
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 23 of file jsonpath.h.

Field Documentation

◆ data

char JsonPath::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 27 of file jsonpath.h.

Referenced by jspInit().

◆ header

uint32 JsonPath::header

◆ vl_len_

int32 JsonPath::vl_len_

Definition at line 25 of file jsonpath.h.


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