Variable: unwind
constunwind:Fn
Defined in: packages/core/src/functions/source-fns.ts:7
Turns an array into a sequence of its elements, wraps a scalar in a single-element array, and returns an empty array for null/undefined.
Typically used as a tuple source to expand nested arrays into rows.