Function jsonb_array_elements

Source
fn jsonb_array_elements<'a>(
    a: Datum<'a>,
) -> impl Iterator<Item = (Row, Diff)> + 'a