:wave: I'm curious to know if there any recent con...
# pinot-dev
a
šŸ‘‹ I'm curious to know if there any recent conversation around supporting the window functions in Pinot šŸ™‡ https://github.com/apache/incubator-pinot/issues/2797
k
Yes.. we plan to add something more powerful than window function.. match_recognize
šŸ™‡ 1
šŸ™Œ 1
s
Yes besides generic SQL window queries, I think we should also consider adding sliding/rolling window aggregation functions to do the moving window aggregation over a look back period. From the description of the above issue, it seems like sliding window aggregation might solve the problem Potential inputs to the function • Column to run rolling window over • Column/expression to compute the aggregate over. • Size of window (3days, 3hours etc) / lookback period Can also combine with dimension columns in which case the output will contain 1 row per window and unique dimension combination.