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

Method IsNil

order/sortkey.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {
35 return slices.EqualFunc(s, to, func(a, b SortKey) bool {

Callers 15

propagateSortKeyOpMethod · 0.95
analyzeSortKeysMethod · 0.80
isKeyOfAggregateFunction · 0.80
analyzeCutsFunction · 0.80
maybeNewRangePrunerFunction · 0.80
OptimizeDeleterMethod · 0.80
liftIntoParPathsMethod · 0.80
concurrentPathMethod · 0.80
UnmarshalMethod · 0.80
unpackValMethod · 0.80
encodeAnyMethod · 0.80
decodeAnyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected