Suppose I’m having 5 rows with multiple fields let say volume, open and close. And I want to run aggregateWindow function with every 15m and the final row should have volume value with sum, of all volume open value should be first row value, and close value should be last row value.
I feel it seems difficult to understand but let me know if anyone wants more idea what exactly I’m trying to do?
Your reply will be greatly appreciated