Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Primary
Method
Primary
order/sortkey.go:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
type
SortKeys []SortKey
30
31
func
(s SortKeys) Primary() SortKey {
return
s[0] }
32
func
(s SortKeys) IsNil() bool {
return
len(s) == 0 }
33
34
func
(s SortKeys) Equal(to SortKeys) bool {
Callers
13
propagateSortKeyOp
Method · 0.95
analyzeSortKeys
Method · 0.80
maybeNewRangePruner
Function · 0.80
OptimizeDeleter
Method · 0.80
GetPoolStats
Function · 0.80
GetBranchStats
Function · 0.80
NewCommitMetaScanner
Function · 0.80
Pull
Method · 0.80
writeObject
Method · 0.80
NewSortedWriter
Function · 0.80
ImportComparator
Function · 0.80
CreatePool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected