jsonb_strip_nulls

Type Alias jsonb_strip_nulls 

Source
pub type jsonb_strip_nulls<jsonb> = jsonb_strip_nulls<<jsonb as Expression>::SqlType, jsonb>;
Expand description

Return type of the jsonb_strip_nulls() SQL function.

Aliased Typeยง

pub struct jsonb_strip_nulls<jsonb> { /* private fields */ }