mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
update doc comment
This commit is contained in:
parent
72adb177ae
commit
b13538e426
1 changed files with 1 additions and 1 deletions
2
field.go
2
field.go
|
|
@ -1426,7 +1426,7 @@ func (f *Field) MinForShard(tx Tx, shard uint64, filter *Row) (ValCount, error)
|
|||
return f.valCountize(min, cnt, bsig)
|
||||
}
|
||||
|
||||
// valCountize takes the "raw" min value and count we get from the
|
||||
// valCountize takes the "raw" value and count we get from the
|
||||
// fragment and calculates the cooked values for this field
|
||||
// (timestamping, decimaling, or just adding in the base). It always
|
||||
// includes the int64 "Val\" value to make comparisons easier in the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue