MCPcopy Create free account
hub / github.com/brimdata/super / NewSortKey

Function NewSortKey

order/sortkey.go:17–19  ·  view source on GitHub ↗
(order Which, key field.Path)

Source from the content-addressed store, hash-verified

15}
16
17func NewSortKey(order Which, key field.Path) SortKey {
18 return SortKey{order, key}
19}
20
21func (s SortKey) Equal(to SortKey) bool {
22 return s.Order == to.Order && s.Key.Equal(to.Key)

Callers 10

analyzeSortKeysMethod · 0.92
sortKeyOfExprFunction · 0.92
analyzeCutsFunction · 0.92
propagateSortKeyOpMethod · 0.92
handlePoolPostFunction · 0.92
NewConfigFunction · 0.92
UnmarshalBSUPMethod · 0.92
ParseSortKeysFunction · 0.85

Calls

no outgoing calls

Tested by 2