We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf662c7 commit 78dc3a7Copy full SHA for 78dc3a7
pkg/types/datum.go
@@ -652,6 +652,7 @@ func (d *Datum) SetValue(val any, tp *types.FieldType) {
652
}
653
654
655
+// Hash64ForDatum is a hash function for initialized by codec package.
656
var Hash64ForDatum func(h base.Hasher, d *Datum)
657
658
// Hash64 implements base.HashEquals<0th> interface.
0 commit comments