Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
NewSortKey(order Which, key field.Path) SortKey {
18
return
SortKey{order, key}
19
}
20
21
func
(s SortKey) Equal(to SortKey) bool {
22
return
s.Order == to.Order && s.Key.Equal(to.Key)
Callers
10
analyzeSortKeys
Method · 0.92
sortKeyOfExpr
Function · 0.92
analyzeCuts
Function · 0.92
propagateSortKeyOp
Method · 0.92
handlePoolPost
Function · 0.92
TestAggregateStreamingSpill
Function · 0.92
TestDataReaderWriterVector
Function · 0.92
NewConfig
Function · 0.92
UnmarshalBSUP
Method · 0.92
ParseSortKeys
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestAggregateStreamingSpill
Function · 0.74
TestDataReaderWriterVector
Function · 0.74