lakshmanan-v opened a new issue #7422: URL: https://github.com/apache/pinot/issues/7422
Some of the datasets store value of an entity (ex: humidity/temperature readings of a storage unit, Status of a device) over time. The values are recorded periodically, may not be very granular. It would be great to have some of the following timeseries functions to analyze the trend over time. - time_bucket_gapfill() => Fills data for missing time buckets. - Functions to fill data: zero_fill() -> Fill missing buckets with zero; locf() => Fill from previous value; interpolation. - Extrapolation functions for time series forecasting. - Aggregate functions to chose value for a time bucket such as first() / last() along with avg and percentile functions. cc @elonazoulay -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
