var-nan commented on issue #3217: URL: https://github.com/apache/kvrocks/issues/3217#issuecomment-3507597476
Hi @yezhizi, I'm having trouble implementing an edge case. From the above example, say, if this is the input, `ts.range test11 13 20 aggregation twa 10`. The twa needs information about 12 and 22 to compute the area from 13 to 15 and from 19 to 20. However, the `ts.range` filters out the data prior to aggregation. I can try modifying the `TimeSeries::rangeCommon()` to include the `prev` and `next` values in the `res` vector. Is there any other way to do this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
