Function mz_expr::relation::func::jsonb_each

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