ekuiper
ekuiper copied to clipboard
Support unnest array to multiple rows
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.