You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Pivots are aggregations where the distinct values of a column are provided as new columns.
This is difficult to implement in our current execution model as the resulting schema is not possible to predict at query construction-time.
As a workaround, we can implement a pivot where columns are provided instead of computed from distinct values.
Proposal
Beta Was this translation helpful? Give feedback.
All reactions