MCPcopy 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

29type SortKeys []SortKey
30
31func (s SortKeys) Primary() SortKey { return s[0] }
32func (s SortKeys) IsNil() bool { return len(s) == 0 }
33
34func (s SortKeys) Equal(to SortKeys) bool {

Callers 13

propagateSortKeyOpMethod · 0.95
analyzeSortKeysMethod · 0.80
maybeNewRangePrunerFunction · 0.80
OptimizeDeleterMethod · 0.80
GetPoolStatsFunction · 0.80
GetBranchStatsFunction · 0.80
NewCommitMetaScannerFunction · 0.80
PullMethod · 0.80
writeObjectMethod · 0.80
NewSortedWriterFunction · 0.80
ImportComparatorFunction · 0.80
CreatePoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected