mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Clarify comment
This commit is contained in:
parent
71373945da
commit
89f3c10d2c
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ func NewBitmap(a ...uint64) *Bitmap {
|
|||
return b
|
||||
}
|
||||
|
||||
// NewFileBitmap returns a Bitmap with an initial set of values.
|
||||
// NewFileBitmap returns a Bitmap with an initial set of values, used for file storage.
|
||||
// By default, this is a copy of NewBitmap, but is replaced with B+Tree in server/enterprise.go
|
||||
var NewFileBitmap func(a ...uint64) *Bitmap = NewBitmap
|
||||
|
||||
// Clone returns a heap allocated copy of the bitmap.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue