Versions in this module Expand all Collapse all v0 v0.5.3 Jun 12, 2026 v0.5.2 May 18, 2026 Changes in this version + func AlignBucketStart(t time.Time, bucketSeconds int) time.Time + func BucketExpr(db *gorm.DB, column string, bucketSeconds int) string + func DensifyBuckets(rows []BucketedRow, startUnix int64, bucketSeconds int, nBuckets int) []int64 + type BucketCount struct + Bucket int64 + Count int64 + type BucketedRow struct + BucketStart int64 + Cnt int64