BigQuery: How to merge HLL Sketches over a window function? (Count distinct values over a rolling window)
问题 Example relevant table schema: +---------------------------+-------------------+ | activity_date - TIMESTAMP | user_id - STRING | +---------------------------+-------------------+ | 2017-02-22 17:36:08 UTC | fake_id_i24385787 | +---------------------------+-------------------+ | 2017-02-22 04:27:08 UTC | fake_id_234885747 | +---------------------------+-------------------+ | 2017-02-22 08:36:08 UTC | fake_id_i24385787 | +---------------------------+-------------------+ I need to count active