PostgreSQL Source Code  git master
JsonbAggState Struct Reference

Data Fields

JsonbInStateres
 
JsonTypeCategory key_category
 
Oid key_output_func
 
JsonTypeCategory val_category
 
Oid val_output_func
 

Detailed Description

Definition at line 36 of file jsonb.c.

Field Documentation

◆ key_category

JsonTypeCategory JsonbAggState::key_category

Definition at line 39 of file jsonb.c.

◆ key_output_func

Oid JsonbAggState::key_output_func

Definition at line 40 of file jsonb.c.

◆ res

JsonbInState* JsonbAggState::res

Definition at line 38 of file jsonb.c.

◆ val_category

JsonTypeCategory JsonbAggState::val_category

Definition at line 41 of file jsonb.c.

◆ val_output_func

Oid JsonbAggState::val_output_func

Definition at line 42 of file jsonb.c.


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