Out of curiosity, the only issue for analytic (ie, window) functions is https://github.com/xtdb/xtdb/issues/3465 . Is there more planned around analytic functions?
Hey @markaddleman we hope to support more than just ROW_NUMBER in the not too distant future - which things would you hypothetically suggest we prioritise? ๐
Well, if I were king for a day ๐ โฆ My use case is primarily about navigation functions (eg, last_value, lag, etc)
Interesting. "lag" doesn't show up on https://cloud.google.com/bigquery/docs/reference/standard-sql/window-function-calls - am I missing some equivalent?
Itโs definitely supported. Probably that page is incomplete. Check out https://cloud.google.com/bigquery/docs/reference/standard-sql/navigation_functions
Weโre also increasingly using percentile_cont to compute medians and quartiles. For some reason, that function is not available as an aggregation function in BQ - I donโt know about other databases