▲ | mg 7 days ago | |
I'm confused about the rationale behind:
Why is that inlined function necessary? Why not just
?I mean, I understand that it is because the way this operator was designed. But why? | ||
▲ | rafark 7 days ago | parent [-] | |
> |> array_column(..., 'tags') This syntax is invalid. But it will be possible next year with the proposed partial function application rfc array_column(?, 'tags') |