Skip to main content

jsonb_build_object

Function jsonb_build_object 

Source
fn jsonb_build_object<'a>(
    kvs: Variadic<(Datum<'a>, Datum<'a>)>,
    temp_storage: &'a RowArena,
) -> Result<JsonbRef<'a>, EvalError>