|
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 821 of file execExpr.h.
| bool* JsonConstructorExprState::arg_nulls |
Definition at line 825 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 826 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
| Datum* JsonConstructorExprState::arg_values |
Definition at line 824 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
| int JsonConstructorExprState::category |
Definition at line 829 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
| JsonConstructorExpr* JsonConstructorExprState::constructor |
Definition at line 823 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
| int JsonConstructorExprState::nargs |
Definition at line 832 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().
| Oid JsonConstructorExprState::outfuncid |
Definition at line 830 of file execExpr.h.
Referenced by ExecEvalJsonConstructor(), and ExecInitExprRec().