We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
withDestructure
Rewrites destructures to expanded expressions
Example: { a, b: [b, {c}] } of rows to
{ a, b: [b, {c}] } of rows
row.a
row.b[0]
row.b[1].c