Function jsonb_delete_int64

Source
fn jsonb_delete_int64<'a>(
    a: Datum<'a>,
    i: i64,
    temp_storage: &'a RowArena,
) -> Datum<'a>