Rewrites destructures to expanded expressions Example: `{ a, b: [b, {c}] } of rows` to - `row.a` - `row.b[0]` - `row.b[1].c`