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

Function NewSortExpr

runtime/sam/expr/sort.go:22–24  ·  view source on GitHub ↗
(eval Evaluator, o order.Which, n order.Nulls)

Source from the content-addressed store, hash-verified

20}
21
22func NewSortExpr(eval Evaluator, o order.Which, n order.Nulls) SortExpr {
23 return SortExpr{eval, o, n}
24}
25
26// nullsMax reports whether s treats null as the maximum value.
27func (s *SortExpr) nullsMax() bool {

Callers 5

compileSortExprsMethod · 0.92
TestParallelOrderFunction · 0.92
NewComparatorFunction · 0.92
NewAggregatorFunction · 0.92
ImportComparatorFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestParallelOrderFunction · 0.74