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

Method sortKey

compiler/optimizer/optimizer.go:425–431  ·  view source on GitHub ↗
(id ksuid.KSUID)

Source from the content-addressed store, hash-verified

423}
424
425func (o *Optimizer) sortKey(id ksuid.KSUID) (order.SortKeys, error) {
426 pool, err := o.lookupPool(id)
427 if err != nil {
428 return nil, err
429 }
430 return pool.SortKeys, nil
431}
432
433func (o *Optimizer) lookupPool(id ksuid.KSUID) (*db.Pool, error) {
434 if o.db == nil {

Callers 1

sortKeysOfSourceMethod · 0.95

Calls 1

lookupPoolMethod · 0.95

Tested by

no test coverage detected