Computing a hash aggregation in BigQuery
So I've seen Snowflake has an HASH_AGG function. When would we need it?
Every time we'd like to work out if ANY value in a group (or the entire table) has changed in any way, even a single extra blank space.
While BigQuery does not have it yet, we ca...
datawise.dev1 min read