|
PostgreSQL Source Code git master
|
Data Fields | ||
| bool | is_json | |
| union { | ||
| HTAB * json_hash | ||
| JsonbContainer * jsonb_cont | ||
| } | val | |
Definition at line 309 of file jsonfuncs.c.
| bool JsObject::is_json |
Definition at line 311 of file jsonfuncs.c.
Referenced by JsObjectGetField(), populate_recordset_object_end(), and populate_recordset_worker().
| HTAB* JsObject::json_hash |
Definition at line 314 of file jsonfuncs.c.
Referenced by JsObjectGetField(), and populate_recordset_object_end().
| JsonbContainer* JsObject::jsonb_cont |
Definition at line 315 of file jsonfuncs.c.
Referenced by JsObjectGetField(), and populate_recordset_worker().
| union { ... } JsObject::val |
Referenced by JsObjectGetField(), populate_recordset_object_end(), and populate_recordset_worker().