PostgreSQL Source Code
git master
|
#include <jsonpath.h>
Data Fields | |
int32 | vl_len_ |
uint32 | header |
char | data [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 23 of file jsonpath.h.
char JsonPath::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 27 of file jsonpath.h.
Referenced by jspInit().
uint32 JsonPath::header |
Definition at line 26 of file jsonpath.h.
Referenced by executeJsonPath(), extract_jsp_query(), jsonPathToCstring(), jspInit(), and jspIsMutable().
int32 JsonPath::vl_len_ |
Definition at line 25 of file jsonpath.h.