Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Equal
Method
Equal
order/sortkey.go:21–23 ·
view source on GitHub ↗
(to SortKey)
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(s SortKey) Equal(to SortKey) bool {
22
return
s.Order == to.Order && s.Key.Equal(to.Key)
23
}
24
25
func
(s SortKey) String() string {
26
return
fmt.Sprintf(
"%s:%s"
, s.Key, s.Order)
Callers
1
Equal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected