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 812 of file execExpr.h.
bool* JsonConstructorExprState::arg_nulls |
Definition at line 816 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 817 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Datum* JsonConstructorExprState::arg_values |
Definition at line 815 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::category |
Definition at line 820 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
JsonConstructorExpr* JsonConstructorExprState::constructor |
Definition at line 814 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
int JsonConstructorExprState::nargs |
Definition at line 823 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
Oid JsonConstructorExprState::outfuncid |
Definition at line 821 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().