mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
Unexport zipf implementation details
This commit is contained in:
parent
6c87b5c9d1
commit
57406c2142
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ type ZipfSetBits struct {
|
|||
ProfileExponent float64 `json:"profile-exponent"`
|
||||
ProfileRatio float64 `json:"profile-ratio"`
|
||||
bitmapRng *rand.Zipf
|
||||
ProfileRng *rand.Zipf
|
||||
BitmapPerm *PermutationGenerator
|
||||
ProfilePerm *PermutationGenerator
|
||||
profileRng *rand.Zipf
|
||||
bitmapPerm *PermutationGenerator
|
||||
profilePerm *PermutationGenerator
|
||||
}
|
||||
|
||||
func (b *ZipfSetBits) Usage() string {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue