Summary
BigQuery has introduced Time Series functions, currently in preview, to simplify rounding timestamps and datetimes values. The new functions include DATE_BUCKET, DATETIME BUCKET, and TIMESTAMP_BUCKET, which are used to bucket dates, datetimes, and timestamps respectively. The example in the screenshot demonstrates grouping event_timestamps into 15-minute buckets using these functions.