MCPcopy 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
21func (s SortKey) Equal(to SortKey) bool {
22 return s.Order == to.Order && s.Key.Equal(to.Key)
23}
24
25func (s SortKey) String() string {
26 return fmt.Sprintf("%s:%s", s.Key, s.Order)

Callers 1

EqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected