ekuiper icon indicating copy to clipboard operation
ekuiper copied to clipboard

Support unnest array to multiple rows

Open ngjaying opened this issue 4 years ago • 0 comments

Provide a way to sink multiple rows (sink an array). For example,

Select unnest(arr) From demo

This will produce multiple rows by unnest the array.

ngjaying avatar Oct 20 '21 03:10 ngjaying