PostgreSQL Source Code git master
JsonbAggState Struct Reference

Data Fields

JsonbInState pstate
 
JsonTypeCategory key_category
 
Oid key_output_func
 
JsonTypeCategory val_category
 
Oid val_output_func
 

Detailed Description

Definition at line 29 of file jsonb.c.

Field Documentation

◆ key_category

JsonTypeCategory JsonbAggState::key_category

Definition at line 32 of file jsonb.c.

◆ key_output_func

Oid JsonbAggState::key_output_func

Definition at line 33 of file jsonb.c.

◆ pstate

JsonbInState JsonbAggState::pstate

Definition at line 31 of file jsonb.c.

◆ val_category

JsonTypeCategory JsonbAggState::val_category

Definition at line 34 of file jsonb.c.

◆ val_output_func

Oid JsonbAggState::val_output_func

Definition at line 35 of file jsonb.c.


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