Function mz_expr::relation::func::jsonb_array_elements
source ยท fn jsonb_array_elements<'a>(
a: Datum<'a>,
temp_storage: &'a RowArena,
stringify: bool,
) -> impl Iterator<Item = (Row, Diff)> + 'a