Skip to main content

jsonb_build_array

Function jsonb_build_array 

Source
fn jsonb_build_array<'a>(
    datums: Variadic<Datum<'a>>,
    temp_storage: &'a RowArena,
) -> JsonbRef<'a>