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

Method Direction

order/which.go:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (w Which) Direction() Direction {
38 if w == Desc {
39 return Down
40 }
41 return Up
42}
43
44// NullsMax returns the Nulls value corresponding to w and nullsMax.
45func (w Which) NullsMax(nullsMax bool) Nulls {

Callers 1

propagateSortKeyOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected