Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ Compare
Method
Compare
postgres/parser/roachpb/key.go:71–73 ·
view source on GitHub ↗
Compare compares the two Keys.
(b Key)
Source
from the content-addressed store, hash-verified
69
70
// Compare compares the two Keys.
71
func
(k Key) Compare(b Key) int {
72
return
bytes.Compare(k, b)
73
}
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.65
Tested by
no test coverage detected