pub fn bucket_count(build_bytes: u64, budget: u64) -> usizeExpand description
Buckets to partition into for a build side estimated at build_bytes
against a per-task budget.
Sized so a bucket is expected to land at about half the budget, which leaves room for the hash table’s own overhead on top of the raw rows.