PostgreSQL Source Code
git master
|
#include <execExpr.h>
Data Fields | |
JsonConstructorExpr * | constructor |
Datum * | arg_values |
bool * | arg_nulls |
Oid * | arg_types |
struct { | |
int category | |
Oid outfuncid | |
} * | arg_type_cache |
int | nargs |
Definition at line 741 of file execExpr.h.
bool* JsonConstructorExprState::arg_nulls |
Definition at line 745 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
struct { ... } * JsonConstructorExprState::arg_type_cache |
Oid* JsonConstructorExprState::arg_types |
Definition at line 746 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Datum* JsonConstructorExprState::arg_values |
Definition at line 744 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::category |
Definition at line 749 of file execExpr.h.
JsonConstructorExpr* JsonConstructorExprState::constructor |
Definition at line 743 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::nargs |
Definition at line 752 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Oid JsonConstructorExprState::outfuncid |
Definition at line 750 of file execExpr.h.