PostgreSQL Source Code: JsonPathMutableContext Struct Reference (original) (raw)
Data Fields | |
---|---|
List * | varnames |
List * | varexprs |
enum JsonPathDatatypeStatus | current |
bool | lax |
bool | mutable |
Detailed Description
Definition at line 1263 of file jsonpath.c.
Field Documentation
◆ current
enum JsonPathDatatypeStatus JsonPathMutableContext::current
Definition at line 1267 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
◆ lax
bool JsonPathMutableContext::lax
Definition at line 1268 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
◆ mutable
bool JsonPathMutableContext::mutable
Definition at line 1269 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
◆ varexprs
List* JsonPathMutableContext::varexprs
Definition at line 1266 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
◆ varnames
List* JsonPathMutableContext::varnames
Definition at line 1265 of file jsonpath.c.
Referenced by jspIsMutable(), and jspIsMutableWalker().
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/jsonpath.c