PostgreSQL Source Code
git master
|
#include <jsonpath.h>
Data Fields | |
char * | name |
Oid | typid |
int32 | typmod |
struct ExprContext * | econtext |
struct ExprState * | estate |
MemoryContext | mcxt |
Datum | value |
bool | isnull |
bool | evaluated |
Definition at line 260 of file jsonpath.h.
struct ExprContext* JsonPathVariableEvalContext::econtext |
Definition at line 265 of file jsonpath.h.
Referenced by ExecEvalJson(), ExecInitExprRec(), and JsonTableInitOpaque().
struct ExprState* JsonPathVariableEvalContext::estate |
Definition at line 266 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
bool JsonPathVariableEvalContext::evaluated |
Definition at line 270 of file jsonpath.h.
Referenced by ExecEvalJson(), ExecInitExprRec(), and JsonTableInitOpaque().
bool JsonPathVariableEvalContext::isnull |
Definition at line 269 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
MemoryContext JsonPathVariableEvalContext::mcxt |
Definition at line 267 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
char* JsonPathVariableEvalContext::name |
Definition at line 262 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
Oid JsonPathVariableEvalContext::typid |
Definition at line 263 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
int32 JsonPathVariableEvalContext::typmod |
Definition at line 264 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().
Datum JsonPathVariableEvalContext::value |
Definition at line 268 of file jsonpath.h.
Referenced by ExecInitExprRec(), and JsonTableInitOpaque().