PostgreSQL Source Code  git master
JsonPathString Struct Reference

#include <jsonpath_internal.h>

Data Fields

char * val
 
int len
 
int total
 

Detailed Description

Definition at line 18 of file jsonpath_internal.h.

Field Documentation

◆ len

int JsonPathString::len

Definition at line 21 of file jsonpath_internal.h.

◆ total

int JsonPathString::total

Definition at line 22 of file jsonpath_internal.h.

◆ val

char* JsonPathString::val

Definition at line 20 of file jsonpath_internal.h.


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