Function expr::relation::func::jsonb_array_elements[][src]

fn jsonb_array_elements<'a>(
    a: Datum<'a>,
    temp_storage: &'a RowArena,
    stringify: bool
) -> impl Iterator<Item = (Row, Diff)> + 'a