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 793 of file execExpr.h.
bool* JsonConstructorExprState::arg_nulls |
Definition at line 797 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
struct { ... } * JsonConstructorExprState::arg_type_cache |
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Oid* JsonConstructorExprState::arg_types |
Definition at line 798 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Datum* JsonConstructorExprState::arg_values |
Definition at line 796 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::category |
Definition at line 801 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
JsonConstructorExpr* JsonConstructorExprState::constructor |
Definition at line 795 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::nargs |
Definition at line 804 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Oid JsonConstructorExprState::outfuncid |
Definition at line 802 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().