Hello, I am using Table API to do some aggregation based on time window.
In DataStream API, there is trigger to control when the aggregation function should be invoked. Is there similar thing in Table API? Because I am using large time window, like a day. I want the intermediate result every time a new event is aggregated. Is that possible? And also, does it hold all the input data until the window ends? Thanks!