PostgreSQL Source Code: JsonAggState Struct Reference (original) (raw)

Data Fields
StringInfo str
JsonTypeCategory key_category
Oid key_output_func
JsonTypeCategory val_category
Oid val_output_func
JsonUniqueBuilderState unique_check

Definition at line 78 of file json.c.

key_category

key_output_func

Oid JsonAggState::key_output_func

Definition at line 82 of file json.c.

str

unique_check

val_category

val_output_func

Oid JsonAggState::val_output_func

Definition at line 84 of file json.c.


The documentation for this struct was generated from the following file: