citusdata / citusdata/postgresql-hll
Implement hll_hash_date
Open
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
While hll_hash_timestamptz wouldn't be terribly useful, hll_hash_date certainly could be. And it shouldn't be hard to implement; you can transform a date to an INT. However, since the range of INTs for a valid date would be different from 0-MAXINT, should we adjust the hash function somehow?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.