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

Method SortKeys

compiler/optimizer/optimizer.go:293–295  ·  view source on GitHub ↗
(seq dag.Seq)

Source from the content-addressed store, hash-verified

291}
292
293func (o *Optimizer) SortKeys(seq dag.Seq) ([]order.SortKeys, error) {
294 return o.propagateSortKey(dag.CopySeq(seq), []order.SortKeys{nil})
295}
296
297// propagateSortKey analyzes a Seq and attempts to push the scan order of the data source
298// into the first downstream aggregation. (We could continue the analysis past that

Callers 1

AnalyzeDAGFunction · 0.45

Calls 2

propagateSortKeyMethod · 0.95
CopySeqFunction · 0.92

Tested by

no test coverage detected