PostgreSQL Source Code: JsonConstructorExprState Struct Reference (original) (raw)
#include <[execExpr.h](execExpr%5F8h%5Fsource.html)>
| 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.
◆ arg_nulls
bool* JsonConstructorExprState::arg_nulls
◆
struct { ... } * JsonConstructorExprState::arg_type_cache
◆ arg_types
Oid* JsonConstructorExprState::arg_types
◆ arg_values
Datum* JsonConstructorExprState::arg_values
◆ category
int JsonConstructorExprState::category
◆ constructor
◆ nargs
int JsonConstructorExprState::nargs
◆ outfuncid
Oid JsonConstructorExprState::outfuncid
The documentation for this struct was generated from the following file:
- src/include/executor/execExpr.h